Uses of Class
org.klomp.snark.PeerID

Packages that use PeerID
org.klomp.snark   
 

Uses of PeerID in org.klomp.snark
 

Methods in org.klomp.snark that return PeerID
 PeerID Peer.getPeerID()
          Returns the id of the peer.
 

Methods in org.klomp.snark that return types with arguments of type PeerID
(package private)  Set<PeerID> PeerCoordinator.getPEXPeers()
          Called by TrackerClient
 

Methods in org.klomp.snark with parameters of type PeerID
(package private)  I2PSocket I2PSnarkUtil.connect(PeerID peer)
          connect to the given destination
 boolean PeerID.sameID(PeerID pid)
          Returns true if and only if this peerID and the given peerID have the same destination hash
 

Method parameters in org.klomp.snark with type arguments of type PeerID
 void PeerListener.gotPeers(Peer peer, List<PeerID> pIDList)
          Called when peers are received via PEX
 void PeerCoordinator.gotPeers(Peer peer, List<PeerID> peers)
          Get peers from PEX - PeerListener callback
 

Constructors in org.klomp.snark with parameters of type PeerID
Peer(PeerID peerID, byte[] my_id, byte[] infohash, MetaInfo metainfo)
          Outgoing connection.