Package | Description |
---|---|
net.i2p.client |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
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.client |
Modifier and Type | Method and Description |
---|---|
(package private) SessionId |
I2PSessionImpl.getSessionId()
Retrieve the session's ID
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
I2PSessionImpl.setSessionId(SessionId id) |
Modifier and Type | Method and Description |
---|---|
SessionId |
RequestLeaseSetMessage.getSessionId() |
SessionId |
ReconfigureSessionMessage.getSessionId() |
SessionId |
SessionStatusMessage.getSessionId() |
SessionId |
CreateLeaseSetMessage.getSessionId() |
SessionId |
SendMessageMessage.getSessionId() |
SessionId |
ReportAbuseMessage.getSessionId() |
SessionId |
DestroySessionMessage.getSessionId() |
Modifier and Type | Method and Description |
---|---|
void |
RequestLeaseSetMessage.setSessionId(SessionId id) |
void |
ReconfigureSessionMessage.setSessionId(SessionId id) |
void |
SessionStatusMessage.setSessionId(SessionId id) |
void |
CreateLeaseSetMessage.setSessionId(SessionId id) |
void |
SendMessageMessage.setSessionId(SessionId id) |
void |
ReportAbuseMessage.setSessionId(SessionId id) |
void |
DestroySessionMessage.setSessionId(SessionId id) |
Modifier and Type | Method and Description |
---|---|
(package private) SessionId |
ClientConnectionRunner.getSessionId()
current client's sessionId
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ClientConnectionRunner.setSessionId(SessionId id) |