|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
public class UDPPacketReader.PeerTestReader
Help read the PeerTest payload
Constructor Summary | |
---|---|
UDPPacketReader.PeerTestReader()
|
Method Summary | |
---|---|
void |
readIntroKey(byte[] target,
int targetOffset)
what Alice's intro key is (if known - if unknown, the key is INVALID_KEY) |
void |
readIP(byte[] target,
int targetOffset)
what IP Alice is reachable on |
int |
readIPSize()
|
long |
readNonce()
|
int |
readPort()
what IP Alice is reachable on |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDPPacketReader.PeerTestReader()
Method Detail |
---|
public long readNonce()
public int readIPSize()
public void readIP(byte[] target, int targetOffset)
public int readPort()
public void readIntroKey(byte[] target, int targetOffset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |