Package | Description |
---|---|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
Modifier and Type | Field | Description |
---|---|---|
protected I2PClientMessageHandlerMap |
I2PSessionImpl._handlerMap |
Modifier and Type | Method | Description |
---|---|---|
(package private) I2PClientMessageHandlerMap |
I2PSessionImpl.getHandlerMap() |
For Subsessions
|
Constructor | Description |
---|---|
I2PSessionImpl(I2PAppContext context,
Properties options,
I2PClientMessageHandlerMap handlerMap) |
for extension by SimpleSession (no dest)
|
I2PSessionImpl2(I2PAppContext context,
Properties options,
I2PClientMessageHandlerMap handlerMap) |
for extension by SimpleSession (no dest)
|