Uses of Class
org.klomp.snark.PeerID
Package | Description |
---|---|
org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
-
Uses of PeerID in org.klomp.snark
Methods in org.klomp.snark that return PeerID Modifier and Type Method Description PeerID
Peer. getPeerID()
Returns the id of the peer.Methods in org.klomp.snark that return types with arguments of type PeerID Modifier and Type Method Description (package private) Set<PeerID>
PeerCoordinator. getPEXPeers()
Called by TrackerClientMethods in org.klomp.snark with parameters of type PeerID Modifier and Type Method Description int
PeerID. compareTo(PeerID pid)
Deprecated.unused? and will NPE now that address can be null?(package private) I2PSocket
I2PSnarkUtil. connect(PeerID peer)
connect to the given destinationboolean
PeerID. sameID(PeerID pid)
Returns true if and only if this peerID and the given peerID have the same destination hashMethod parameters in org.klomp.snark with type arguments of type PeerID Modifier and Type Method Description void
PeerCoordinator. gotPeers(Peer peer, List<PeerID> peers)
Get peers from PEX - PeerListener callbackvoid
PeerListener. gotPeers(Peer peer, List<PeerID> pIDList)
Called when peers are received via PEXConstructors in org.klomp.snark with parameters of type PeerID Constructor Description Peer(PeerID peerID, byte[] my_id, byte[] infohash, MetaInfo metainfo)
Outgoing connection.WebPeer(PeerCoordinator coord, URI uri, PeerID peerID, MetaInfo metainfo)
Outgoing connection.