|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Torrent
class is used for hooking onto a
TorrentFile
so that pieces can be exchanged with peers.TorrentFactory
class allows for the creation of
Torrent
s based on a TorrentFile
with the
TorrentFactory.createTorrent(TorrentFile)
method.TorrentFile
class is a representation of the information
stored within a .torrent
file.Torrent
to analyze the provided torrent
file.
TorrentServer
class listens for incoming connections and
hooks them onto the corresponding Torrent
based on the info hash
provided in the hand shake.URI
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |