Package | Description |
---|---|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map<Long,MessagePayloadMessage> |
I2PSessionImpl._availableMessages |
map of Long --> MessagePayloadMessage
|
Modifier and Type | Method | 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
|