final class RemoteHostId extends Object
| Constructor and Description |
|---|
RemoteHostId(byte[] ip,
int port)
direct
|
RemoteHostId(net.i2p.data.Hash peerHash)
indirect
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getIP() |
net.i2p.data.Hash |
getPeerHash() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public RemoteHostId(byte[] ip,
int port)
public RemoteHostId(net.i2p.data.Hash peerHash)