Uses of Package
org.eclipse.ecf.protocol.bittorrent

Packages that use org.eclipse.ecf.protocol.bittorrent
org.eclipse.ecf.protocol.bittorrent Provides an API to allow files to be exchanged through the BitTorrent protocol. 
 

Classes in org.eclipse.ecf.protocol.bittorrent used by org.eclipse.ecf.protocol.bittorrent
IHashCheckListener
          This listener monitors the completion of hash checks for pieces.
IPieceProgressListener
          The IPieceProgressListener is used to indicate that one of the pieces has just retrieved some amount of additional data from a peer.
ITorrentErrorListener
          This listener monitors problems that arise such as tracker errors and downloaded pieces which fail hash checks.
ITorrentProgressListener
          This listener reports on the overall progress of the current download.
ITorrentStateListener
          A listener for monitoring what the associated torrent is currently doing.
Torrent
          The Torrent class is used for hooking onto a TorrentFile so that pieces can be exchanged with peers.
TorrentConfiguration.IDebugListener
          An interface to setup an outlet for debugging messages.
TorrentFile
          The TorrentFile class is a representation of the information stored within a .torrent file.