Package net.i2p.router.transport.udp
Class RemoteHostId
java.lang.Object
net.i2p.router.transport.udp.RemoteHostId
Unique ID for a peer - its IP + port, all bundled into a tidy obj.
If the remote peer is not reachable through an IP+port, this contains
the hash of their identity.
-
Constructor Summary
ConstructorDescriptionRemoteHostId
(byte[] ip, int port) directRemoteHostId
(Hash peerHash) indirect -
Method Summary
-
Constructor Details
-
RemoteHostId
public RemoteHostId(byte[] ip, int port) direct -
RemoteHostId
indirect
-
-
Method Details