Package | Description |
---|---|
net.i2p.data.i2cp |
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to
the I2P network without requiring them to deal with the issues involved with the
Invisible Internet Network Protocol (I2NP).
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.client |
Modifier and Type | Method and Description |
---|---|
SessionConfig |
CreateSessionMessage.getSessionConfig() |
SessionConfig |
ReconfigureSessionMessage.getSessionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CreateSessionMessage.setSessionConfig(SessionConfig config) |
void |
ReconfigureSessionMessage.setSessionConfig(SessionConfig config) |
Constructor and Description |
---|
CreateSessionMessage(SessionConfig config) |
Modifier and Type | Method and Description |
---|---|
SessionConfig |
DummyClientManagerFacade.getClientSessionConfig(Destination _dest) |
abstract SessionConfig |
ClientManagerFacade.getClientSessionConfig(Destination dest)
Return the client's current config, or null if not connected
|
SessionConfig |
ClientMessage.getSenderConfig()
Retrieve the session config of the client that sent the message.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientMessage.setSenderConfig(SessionConfig config) |
Modifier and Type | Method and Description |
---|---|
SessionConfig |
ClientManager.getClientSessionConfig(Destination dest)
Return the client's current config, or null if not connected
|
SessionConfig |
ClientManagerFacadeImpl.getClientSessionConfig(Destination dest)
Return the client's current config, or null if not connected
|
SessionConfig |
ClientConnectionRunner.getConfig()
current client's config
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ClientConnectionRunner.sessionEstablished(SessionConfig config) |