All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download bt-core JAR 1.4 with all dependencies


BitTorrent Client Library (Core)

Files of the artifact bt-core version 1.4 from the group com.github.atomashpolskiy.

Artifact bt-core
Group com.github.atomashpolskiy
Version 1.4
Last update 14. August 2017
Tags: client library core bittorrent
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies bt-bencoding, slf4j-api, guice,
There are maybe transitive dependencies!
There is a newer version: 1.10
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of bt-core Show documentation

Please rate this JAR file. Is it a good library?

bt-core
Rate from 1 - 5, Rated 1.00 based on 1 reviews

10 downloads

Source code of bt-core version 1.4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.atomashpolskiy.bt-core
META-INF.maven.com.github.atomashpolskiy.bt-core.META-INF.maven.com.github.atomashpolskiy.bt-core.pom.properties
META-INF.maven.com.github.atomashpolskiy.bt-core.META-INF.maven.com.github.atomashpolskiy.bt-core.pom.xml
META-INF.services
META-INF.services.META-INF.services.bt.module.BtModuleProvider
bt
bt.bt.BaseClientBuilder
bt.bt.Bt
bt.bt.BtClientBuilder
bt.bt.BtException
bt.bt.DefaultClient
bt.bt.LazyClient
bt.bt.RuntimeAwareClient
bt.bt.StandaloneClientBuilder
bt.bt.TorrentClientBuilder
bt.data
bt.data.bt.data.Bitfield
bt.data.bt.data.BlockSet
bt.data.bt.data.ChunkDescriptor
bt.data.bt.data.ChunkVerifier
bt.data.bt.data.DataDescriptor
bt.data.bt.data.DataDescriptorFactory
bt.data.bt.data.DataRange
bt.data.bt.data.DataRangeVisitor
bt.data.bt.data.DefaultChunkDescriptor
bt.data.bt.data.DefaultChunkVerifier
bt.data.bt.data.DefaultDataDescriptor
bt.data.bt.data.IDataDescriptorFactory
bt.data.bt.data.ReadWriteDataRange
bt.data.bt.data.Storage
bt.data.bt.data.StorageUnit
bt.data.digest
bt.data.digest.bt.data.digest.Digester
bt.data.digest.bt.data.digest.JavaSecurityDigester
bt.data.digest.bt.data.digest.SHA1Digester
bt.data.file
bt.data.file.bt.data.file.FileSystemStorage
bt.data.file.bt.data.file.FileSystemStorageUnit
bt.data.file.bt.data.file.PathNormalizer
bt.data.range
bt.data.range.bt.data.range.BlockRange
bt.data.range.bt.data.range.ByteRange
bt.data.range.bt.data.range.DelegatingDataRange
bt.data.range.bt.data.range.DelegatingRange
bt.data.range.bt.data.range.MutableBlockSet
bt.data.range.bt.data.range.Range
bt.data.range.bt.data.range.Ranges
bt.data.range.bt.data.range.SynchronizedBlockSet
bt.data.range.bt.data.range.SynchronizedDataRange
bt.data.range.bt.data.range.SynchronizedRange
bt.magnet
bt.magnet.bt.magnet.MagnetUri
bt.magnet.bt.magnet.MagnetUriParser
bt.magnet.bt.magnet.UtMetadata
bt.magnet.bt.magnet.UtMetadataMessageHandler
bt.metainfo
bt.metainfo.bt.metainfo.DefaultTorrent
bt.metainfo.bt.metainfo.DefaultTorrentFile
bt.metainfo.bt.metainfo.IMetadataService
bt.metainfo.bt.metainfo.MetadataService
bt.metainfo.bt.metainfo.Torrent
bt.metainfo.bt.metainfo.TorrentFile
bt.metainfo.bt.metainfo.TorrentId
bt.metainfo.bt.metainfo.TorrentSource
bt.module
bt.module.bt.module.BitTorrentProtocol
bt.module.bt.module.BtModuleProvider
bt.module.bt.module.ClientExecutor
bt.module.bt.module.Contribute
bt.module.bt.module.ExtendedMessageHandlers
bt.module.bt.module.MessageHandlers
bt.module.bt.module.MessagingAgents
bt.module.bt.module.ProtocolModule
bt.module.bt.module.ServiceModule
bt.module.bt.module.TrackerFactories
bt.net
bt.net.bt.net.BigIntegers
bt.net.bt.net.BitfieldConnectionHandler
bt.net.bt.net.Buffers
bt.net.bt.net.ByteChannelReader
bt.net.bt.net.ConnectionHandler
bt.net.bt.net.ConnectionHandlerFactory
bt.net.bt.net.DefaultMessageReader
bt.net.bt.net.DefaultMessageWriter
bt.net.bt.net.DefaultPeerConnection
bt.net.bt.net.DelegatingMessageReaderWriter
bt.net.bt.net.EncryptedChannel
bt.net.bt.net.HandshakeHandler
bt.net.bt.net.IConnectionHandlerFactory
bt.net.bt.net.IMessageDispatcher
bt.net.bt.net.IPeerConnectionPool
bt.net.bt.net.IncomingHandshakeHandler
bt.net.bt.net.InetPeer
bt.net.bt.net.InetPeerAddress
bt.net.bt.net.MSEHandshakeProcessor
bt.net.bt.net.MSEKeyPairGenerator
bt.net.bt.net.MessageDispatcher
bt.net.bt.net.MessageReaderWriter
bt.net.bt.net.OutgoingHandshakeHandler
bt.net.bt.net.Peer
bt.net.bt.net.PeerActivityListener
bt.net.bt.net.PeerConnection
bt.net.bt.net.PeerConnectionFactory
bt.net.bt.net.PeerConnectionPool
bt.net.bt.net.PeerId
bt.net.bt.net.SocketChannelFactory
bt.net.bt.net.WriteOnlyPeerConnection
bt.net.extended
bt.net.extended.bt.net.extended.ExtendedProtocolHandshakeHandler
bt.peer
bt.peer.bt.peer.IPeerRegistry
bt.peer.bt.peer.PeerOptions
bt.peer.bt.peer.PeerRegistry
bt.peer.bt.peer.PeerSource
bt.peer.bt.peer.PeerSourceFactory
bt.peer.bt.peer.ScheduledPeerSource
bt.peer.bt.peer.TrackerPeerSource
bt.peer.bt.peer.TrackerPeerSourceFactory
bt.peerexchange
bt.peerexchange.bt.peerexchange.PeerEvent
bt.peerexchange.bt.peerexchange.PeerExchange
bt.peerexchange.bt.peerexchange.PeerExchangeConfig
bt.peerexchange.bt.peerexchange.PeerExchangeMessageHandler
bt.peerexchange.bt.peerexchange.PeerExchangeModule
bt.peerexchange.bt.peerexchange.PeerExchangeModuleProvider
bt.peerexchange.bt.peerexchange.PeerExchangePeerSource
bt.peerexchange.bt.peerexchange.PeerExchangePeerSourceFactory
bt.processor
bt.processor.bt.processor.BaseProcessingStage
bt.processor.bt.processor.ChainProcessor
bt.processor.bt.processor.ProcessingContext
bt.processor.bt.processor.ProcessingStage
bt.processor.bt.processor.ProcessorFactory
bt.processor.bt.processor.TorrentProcessorFactory
bt.processor.magnet
bt.processor.magnet.bt.processor.magnet.FetchMetadataStage
bt.processor.magnet.bt.processor.magnet.InitializeMagnetTorrentProcessingStage
bt.processor.magnet.bt.processor.magnet.MagnetContext
bt.processor.magnet.bt.processor.magnet.ProcessMagnetTorrentStage
bt.processor.torrent
bt.processor.torrent.bt.processor.torrent.CreateSessionStage
bt.processor.torrent.bt.processor.torrent.FetchTorrentStage
bt.processor.torrent.bt.processor.torrent.InitializeTorrentProcessingStage
bt.processor.torrent.bt.processor.torrent.ProcessTorrentStage
bt.processor.torrent.bt.processor.torrent.TorrentContext
bt.protocol
bt.protocol.bt.protocol.Bitfield
bt.protocol.bt.protocol.Cancel
bt.protocol.bt.protocol.Choke
bt.protocol.bt.protocol.DecodingContext
bt.protocol.bt.protocol.EncodingContext
bt.protocol.bt.protocol.Handshake
bt.protocol.bt.protocol.HandshakeFactory
bt.protocol.bt.protocol.Have
bt.protocol.bt.protocol.IExtendedHandshakeFactory
bt.protocol.bt.protocol.IHandshakeFactory
bt.protocol.bt.protocol.Interested
bt.protocol.bt.protocol.InvalidMessageException
bt.protocol.bt.protocol.KeepAlive
bt.protocol.bt.protocol.Message
bt.protocol.bt.protocol.NotInterested
bt.protocol.bt.protocol.Piece
bt.protocol.bt.protocol.Protocol
bt.protocol.bt.protocol.Protocols
bt.protocol.bt.protocol.Request
bt.protocol.bt.protocol.StandardBittorrentProtocol
bt.protocol.bt.protocol.Unchoke
bt.protocol.crypto
bt.protocol.crypto.bt.protocol.crypto.EncryptionPolicy
bt.protocol.crypto.bt.protocol.crypto.MSECipher
bt.protocol.extended
bt.protocol.extended.bt.protocol.extended.AlphaSortedMapping
bt.protocol.extended.bt.protocol.extended.ExtendedHandshake
bt.protocol.extended.bt.protocol.extended.ExtendedHandshakeFactory
bt.protocol.extended.bt.protocol.extended.ExtendedHandshakeMessageHandler
bt.protocol.extended.bt.protocol.extended.ExtendedMessage
bt.protocol.extended.bt.protocol.extended.ExtendedMessageTypeMapping
bt.protocol.extended.bt.protocol.extended.ExtendedProtocol
bt.protocol.handler
bt.protocol.handler.bt.protocol.handler.BaseMessageHandler
bt.protocol.handler.bt.protocol.handler.BitfieldHandler
bt.protocol.handler.bt.protocol.handler.CancelHandler
bt.protocol.handler.bt.protocol.handler.ChokeHandler
bt.protocol.handler.bt.protocol.handler.HaveHandler
bt.protocol.handler.bt.protocol.handler.InterestedHandler
bt.protocol.handler.bt.protocol.handler.MessageHandler
bt.protocol.handler.bt.protocol.handler.NotInterestedHandler
bt.protocol.handler.bt.protocol.handler.PieceHandler
bt.protocol.handler.bt.protocol.handler.RequestHandler
bt.protocol.handler.bt.protocol.handler.UnchokeHandler
bt.protocol.handler.bt.protocol.handler.UniqueMessageHandler
bt.runtime
bt.runtime.bt.runtime.BtClient
bt.runtime.bt.runtime.BtRuntime
bt.runtime.bt.runtime.BtRuntimeBuilder
bt.runtime.bt.runtime.Config
bt.runtime.bt.runtime.Contribution
bt.runtime.bt.runtime.ContributionScanner
bt.service
bt.service.bt.service.ApplicationService
bt.service.bt.service.ClasspathApplicationService
bt.service.bt.service.CryptoUtil
bt.service.bt.service.ExecutorServiceProvider
bt.service.bt.service.IRuntimeLifecycleBinder
bt.service.bt.service.IdentityService
bt.service.bt.service.LifecycleBinding
bt.service.bt.service.NetworkUtil
bt.service.bt.service.RuntimeLifecycleBinder
bt.service.bt.service.Version
bt.service.bt.service.VersionAwareIdentityService
bt.torrent
bt.torrent.bt.torrent.AdhocTorrentRegistry
bt.torrent.bt.torrent.BitfieldBasedStatistics
bt.torrent.bt.torrent.DefaultTorrentDescriptor
bt.torrent.bt.torrent.PieceSelectionStrategy
bt.torrent.bt.torrent.PieceStatistics
bt.torrent.bt.torrent.RarestFirstSelectionStrategy
bt.torrent.bt.torrent.SequentialSelectionStrategy
bt.torrent.bt.torrent.TorrentDescriptor
bt.torrent.bt.torrent.TorrentRegistry
bt.torrent.bt.torrent.TorrentSession
bt.torrent.bt.torrent.TorrentSessionState
bt.torrent.annotation
bt.torrent.annotation.bt.torrent.annotation.Consumes
bt.torrent.annotation.bt.torrent.annotation.Produces
bt.torrent.compiler
bt.torrent.compiler.bt.torrent.compiler.CompilerVisitor
bt.torrent.compiler.bt.torrent.compiler.ConsumerInfo
bt.torrent.compiler.bt.torrent.compiler.MessagingAgentCompiler
bt.torrent.compiler.bt.torrent.compiler.ProducerInfo
bt.torrent.data
bt.torrent.data.bt.torrent.data.BlockRead
bt.torrent.data.bt.torrent.data.BlockWrite
bt.torrent.data.bt.torrent.data.DataWorker
bt.torrent.data.bt.torrent.data.DataWorkerFactory
bt.torrent.data.bt.torrent.data.DefaultDataWorker
bt.torrent.data.bt.torrent.data.IDataWorkerFactory
bt.torrent.messaging
bt.torrent.messaging.bt.torrent.messaging.Assignment
bt.torrent.messaging.bt.torrent.messaging.Assignments
bt.torrent.messaging.bt.torrent.messaging.BitfieldCollectingConsumer
bt.torrent.messaging.bt.torrent.messaging.BitfieldConsumer
bt.torrent.messaging.bt.torrent.messaging.Choker
bt.torrent.messaging.bt.torrent.messaging.ConnectionState
bt.torrent.messaging.bt.torrent.messaging.DefaultMessageRouter
bt.torrent.messaging.bt.torrent.messaging.DefaultTorrentSession
bt.torrent.messaging.bt.torrent.messaging.ExchangedMetadata
bt.torrent.messaging.bt.torrent.messaging.GenericConsumer
bt.torrent.messaging.bt.torrent.messaging.IPeerWorkerFactory
bt.torrent.messaging.bt.torrent.messaging.IncompletePiecesValidator
bt.torrent.messaging.bt.torrent.messaging.Mapper
bt.torrent.messaging.bt.torrent.messaging.MessageConsumer
bt.torrent.messaging.bt.torrent.messaging.MessageContext
bt.torrent.messaging.bt.torrent.messaging.MessageProducer
bt.torrent.messaging.bt.torrent.messaging.MessageRouter
bt.torrent.messaging.bt.torrent.messaging.MetadataConsumer
bt.torrent.messaging.bt.torrent.messaging.MetadataProducer
bt.torrent.messaging.bt.torrent.messaging.PeerRequestConsumer
bt.torrent.messaging.bt.torrent.messaging.PeerWorker
bt.torrent.messaging.bt.torrent.messaging.PeerWorkerFactory
bt.torrent.messaging.bt.torrent.messaging.PieceConsumer
bt.torrent.messaging.bt.torrent.messaging.RequestProducer
bt.torrent.messaging.bt.torrent.messaging.RoutingPeerWorker
bt.torrent.messaging.bt.torrent.messaging.TorrentWorker
bt.torrent.selector
bt.torrent.selector.bt.torrent.selector.BaseStreamSelector
bt.torrent.selector.bt.torrent.selector.PackedIntComparator
bt.torrent.selector.bt.torrent.selector.PieceSelector
bt.torrent.selector.bt.torrent.selector.RarestFirstSelector
bt.torrent.selector.bt.torrent.selector.SelectorAdapter
bt.torrent.selector.bt.torrent.selector.SequentialSelector
bt.torrent.selector.bt.torrent.selector.ValidatingSelector
bt.torrent.stub
bt.torrent.stub.bt.torrent.stub.StubSession
bt.torrent.stub.bt.torrent.stub.StubSessionState
bt.torrent.stub.bt.torrent.stub.StubTorrent
bt.tracker
bt.tracker.bt.tracker.AnnounceKey
bt.tracker.bt.tracker.CompactPeerInfo
bt.tracker.bt.tracker.ITrackerService
bt.tracker.bt.tracker.MultiTracker
bt.tracker.bt.tracker.SecretKey
bt.tracker.bt.tracker.Tracker
bt.tracker.bt.tracker.TrackerAnnouncer
bt.tracker.bt.tracker.TrackerFactory
bt.tracker.bt.tracker.TrackerRequestBuilder
bt.tracker.bt.tracker.TrackerResponse
bt.tracker.bt.tracker.TrackerService
bt.tracker.udp
bt.tracker.udp.bt.tracker.udp.AnnounceRequest
bt.tracker.udp.bt.tracker.udp.AnnounceResponseHandler
bt.tracker.udp.bt.tracker.udp.ConnectRequest
bt.tracker.udp.bt.tracker.udp.ConnectResponseHandler
bt.tracker.udp.bt.tracker.udp.Session
bt.tracker.udp.bt.tracker.udp.UdpMessageWorker
bt.tracker.udp.bt.tracker.udp.UdpTracker
bt.tracker.udp.bt.tracker.udp.UdpTrackerFactory
bt.tracker.udp.bt.tracker.udp.UdpTrackerMessage
bt.tracker.udp.bt.tracker.udp.UdpTrackerResponseHandler
.infodict.yml
.metainfo.yml
.tracker_response.yml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy