パッケージ | 説明 |
---|---|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
protected java.util.Map<java.lang.Long,MessagePayloadMessage> |
I2PSessionImpl._availableMessages |
map of Long --> MessagePayloadMessage
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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
|