protected void |
BandwidthLimitsMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
BlindingInfoMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
CreateLeaseSet2Message.doReadMessage(InputStream in,
int size) |
|
protected void |
CreateLeaseSetMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
CreateSessionMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
DestLookupMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
DestReplyMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
DestroySessionMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
DisconnectMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
GetBandwidthLimitsMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
GetDateMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
HostLookupMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
HostReplyMessage.doReadMessage(InputStream in,
int size) |
|
protected abstract void |
I2CPMessageImpl.doReadMessage(InputStream buf,
int size) |
Read in the payload part of the message (after the initial 4 byte size and 1
byte type)
|
protected void |
MessagePayloadMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
MessageStatusMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
ReceiveMessageBeginMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
ReceiveMessageEndMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
ReconfigureSessionMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
ReportAbuseMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
RequestLeaseSetMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
RequestVariableLeaseSetMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
SendMessageMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
SessionStatusMessage.doReadMessage(InputStream in,
int size) |
|
protected void |
SetDateMessage.doReadMessage(InputStream in,
int size) |
|
protected byte[] |
BandwidthLimitsMessage.doWriteMessage() |
|
protected byte[] |
BlindingInfoMessage.doWriteMessage() |
|
protected byte[] |
CreateLeaseSet2Message.doWriteMessage() |
|
protected byte[] |
CreateLeaseSetMessage.doWriteMessage() |
|
protected byte[] |
CreateSessionMessage.doWriteMessage() |
|
protected byte[] |
DestLookupMessage.doWriteMessage() |
|
protected byte[] |
DestReplyMessage.doWriteMessage() |
|
protected byte[] |
DestroySessionMessage.doWriteMessage() |
|
protected byte[] |
DisconnectMessage.doWriteMessage() |
|
protected byte[] |
GetBandwidthLimitsMessage.doWriteMessage() |
|
protected byte[] |
GetDateMessage.doWriteMessage() |
|
protected byte[] |
HostLookupMessage.doWriteMessage() |
|
protected byte[] |
HostReplyMessage.doWriteMessage() |
|
protected abstract byte[] |
I2CPMessageImpl.doWriteMessage() |
Write out the payload part of the message (not including the 4 byte size and
1 byte type)
|
protected byte[] |
MessagePayloadMessage.doWriteMessage() |
|
protected byte[] |
MessageStatusMessage.doWriteMessage() |
|
protected byte[] |
ReceiveMessageBeginMessage.doWriteMessage() |
|
protected byte[] |
ReceiveMessageEndMessage.doWriteMessage() |
|
protected byte[] |
ReconfigureSessionMessage.doWriteMessage() |
|
protected byte[] |
ReportAbuseMessage.doWriteMessage() |
|
protected byte[] |
RequestLeaseSetMessage.doWriteMessage() |
|
protected byte[] |
RequestVariableLeaseSetMessage.doWriteMessage() |
|
protected byte[] |
SendMessageMessage.doWriteMessage() |
|
protected byte[] |
SessionStatusMessage.doWriteMessage() |
|
protected byte[] |
SetDateMessage.doWriteMessage() |
|
void |
I2CPMessage.readMessage(InputStream in) |
Read the contents from the input stream into the current class's format.
|
void |
I2CPMessage.readMessage(InputStream in,
int size,
int type) |
Read the contents from the input stream into the current class's format.
|
static I2CPMessage |
I2CPMessageHandler.readMessage(InputStream in) |
Read an I2CPMessage from the stream and return the fully populated object.
|
void |
I2CPMessageImpl.readMessage(InputStream in) |
Validate the type and size of the message, and then read the message into the data structures.
|
void |
I2CPMessageImpl.readMessage(InputStream in,
int length,
int type) |
Read the body into the data structures
|
void |
SendMessageExpiresMessage.readMessage(InputStream in,
int length,
int type) |
Read the body into the data structures
|
void |
SendMessageMessage.readMessage(InputStream in,
int length,
int type) |
Read the body into the data structures
|
void |
I2CPMessage.writeMessage(OutputStream out) |
Write the current message to the output stream as a full message following
the specification from the I2CP definition.
|
void |
I2CPMessageImpl.writeMessage(OutputStream out) |
Write out the full message to the stream, including the 4 byte size and 1
byte type header.
|
void |
MessagePayloadMessage.writeMessage(OutputStream out) |
Write out the full message to the stream, including the 4 byte size and 1
byte type header.
|
void |
MessageStatusMessage.writeMessage(OutputStream out) |
Override to reduce mem churn
|
void |
ReceiveMessageBeginMessage.writeMessage(OutputStream out) |
Override to reduce mem churn
|
void |
SendMessageExpiresMessage.writeMessage(OutputStream out) |
Write out the full message to the stream, including the 4 byte size and 1
byte type header.
|
void |
SendMessageMessage.writeMessage(OutputStream out) |
Write out the full message to the stream, including the 4 byte size and 1
byte type header.
|