| Package | Description |
|---|---|
| net.i2p.client.impl |
Internal implementation of the I2P client SDK, providing the client
side of the I2CP protocol for applications communicating through I2P.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,MessagePayloadMessage> |
I2PSessionImpl._availableMessages
map of Long --> MessagePayloadMessage
|
| Modifier and Type | Method and Description |
|---|---|
void |
I2PSessionImpl.addNewMessage(MessagePayloadMessage msg)
Recieve a payload message and let the app know its available
|
void |
I2PSessionMuxedImpl.addNewMessage(MessagePayloadMessage msg)
Receive a payload message and let the app know its available
|