|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.data.i2np.I2NPMessageHandler
public class I2NPMessageHandler
Handle messages from router to router. This class is NOT threadsafe
Constructor Summary | |
---|---|
I2NPMessageHandler(I2PAppContext context)
|
Method Summary | |
---|---|
long |
getLastReadTime()
|
int |
getLastSize()
|
I2NPMessage |
lastRead()
clear the last message read from a byte array with an offset |
static void |
main(java.lang.String[] args)
|
I2NPMessage |
readMessage(byte[] data)
Read an I2NPMessage from the stream and return the fully populated object. |
int |
readMessage(byte[] data,
int offset)
|
I2NPMessage |
readMessage(java.io.InputStream in)
Read an I2NPMessage from the stream and return the fully populated object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public I2NPMessageHandler(I2PAppContext context)
Method Detail |
---|
public I2NPMessage readMessage(java.io.InputStream in) throws java.io.IOException, I2NPMessageException
java.io.IOException
- if there is an IO problem reading from the stream
I2NPMessageException
- if there is a problem handling the particular
message - if it is an unknown type or has improper formatting, etc.public I2NPMessage lastRead()
public I2NPMessage readMessage(byte[] data) throws java.io.IOException, I2NPMessageException
java.io.IOException
- if there is an IO problem reading from the stream
I2NPMessageException
- if there is a problem handling the particular
message - if it is an unknown type or has improper formatting, etc.public int readMessage(byte[] data, int offset) throws java.io.IOException, I2NPMessageException
java.io.IOException
I2NPMessageException
public long getLastReadTime()
public int getLastSize()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |