|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
public class UDPPacketReader.SessionConfirmedReader
parse out the confirmed message
Constructor Summary | |
---|---|
UDPPacketReader.SessionConfirmedReader()
|
Method Summary | |
---|---|
int |
readCurrentFragmentNum()
which fragment is this? |
int |
readCurrentFragmentSize()
|
long |
readFinalFragmentSignedOnTime()
read the time at which the signature was generated |
void |
readFinalSignature(byte[] target,
int targetOffset)
read the signature from the final sessionConfirmed packet |
void |
readFragmentData(byte[] target,
int targetOffset)
read the fragment data from the nonterminal sessionConfirmed packet |
int |
readTotalFragmentNum()
how many fragments will there be? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDPPacketReader.SessionConfirmedReader()
Method Detail |
---|
public int readCurrentFragmentNum()
public int readTotalFragmentNum()
public int readCurrentFragmentSize()
public void readFragmentData(byte[] target, int targetOffset)
public long readFinalFragmentSignedOnTime()
public void readFinalSignature(byte[] target, int targetOffset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |