net.i2p.router.transport.udp
Class UDPPacketReader.RelayResponseReader
java.lang.Object
net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
- Enclosing class:
- UDPPacketReader
public class UDPPacketReader.RelayResponseReader
- extends java.lang.Object
Help read the RelayResponse payload
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDPPacketReader.RelayResponseReader
public UDPPacketReader.RelayResponseReader()
readCharlieIPSize
public int readCharlieIPSize()
readCharlieIP
public void readCharlieIP(byte[] target,
int targetOffset)
- what IP charlie is reachable on
readCharliePort
public int readCharliePort()
- what port charlie is reachable on
readAliceIPSize
public int readAliceIPSize()
readAliceIP
public void readAliceIP(byte[] target,
int targetOffset)
readAlicePort
public int readAlicePort()
readNonce
public long readNonce()