|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
public class UDPPacketReader.SessionCreatedReader
Help read the SessionCreated payload
| Field Summary | |
|---|---|
static int |
Y_LENGTH
|
| Constructor Summary | |
|---|---|
UDPPacketReader.SessionCreatedReader()
|
|
| Method Summary | |
|---|---|
void |
readEncryptedSignature(byte[] target,
int targetOffset)
|
void |
readIP(byte[] target,
int targetOffset)
what IP do they think we are coming on? |
int |
readIPSize()
sizeof(IP) |
void |
readIV(byte[] target,
int targetOffset)
|
int |
readPort()
what port do they think we are coming from? |
long |
readRelayTag()
read in the 4 byte relayAs tag |
long |
readSignedOnTime()
|
void |
readY(byte[] target,
int targetOffset)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int Y_LENGTH
| Constructor Detail |
|---|
public UDPPacketReader.SessionCreatedReader()
| Method Detail |
|---|
public void readY(byte[] target,
int targetOffset)
public int readIPSize()
public void readIP(byte[] target,
int targetOffset)
public int readPort()
public long readRelayTag()
public long readSignedOnTime()
public void readEncryptedSignature(byte[] target,
int targetOffset)
public void readIV(byte[] target,
int targetOffset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||