|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
Set<PeerID> |
Piece.getPeers()
Deprecated. unused |
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 |
Constructors in org.klomp.snark with parameters of type PeerID | |
---|---|
Peer(PeerID peerID,
byte[] my_id,
MetaInfo metainfo)
Creates a disconnected peer given a PeerID, your own id and the relevant MetaInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |