Uses of Class
net.i2p.data.i2cp.SessionConfig
Package
Description
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).
The I2P router application handles the I2P network communication.
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
Dummy versions of things for testing.
-
Uses of SessionConfig in net.i2p.data.i2cp
Modifier and TypeMethodDescriptionCreateSessionMessage.getSessionConfig()
ReconfigureSessionMessage.getSessionConfig()
Modifier and TypeMethodDescriptionvoid
CreateSessionMessage.setSessionConfig
(SessionConfig config) void
ReconfigureSessionMessage.setSessionConfig
(SessionConfig config) -
Uses of SessionConfig in net.i2p.router
Modifier and TypeMethodDescriptionabstract SessionConfig
ClientManagerFacade.getClientSessionConfig
(Destination dest) Return the client's current config, or null if not connectedClientMessage.getSenderConfig()
Retrieve the session config of the client that sent the message.ModifierConstructorDescriptionClientMessage
(Destination toDest, Payload payload, SessionConfig config, Destination fromDest, MessageId msgID, long messageNonce, long expiration, int flags) For outbound (locally originated) -
Uses of SessionConfig in net.i2p.router.client
Modifier and TypeMethodDescriptionClientManager.getClientSessionConfig
(Destination dest) Return the client's current config, or null if not connectedClientManagerFacadeImpl.getClientSessionConfig
(Destination dest) Return the client's current config, or null if not connectedCurrent client's config, will be null if session not found IS subsession aware.Current client's config, will be null if session not found IS subsession aware.ClientConnectionRunner.getPrimaryConfig()
Primary client's config, will be null if session not set upModifier and TypeMethodDescriptionint
ClientConnectionRunner.sessionEstablished
(SessionConfig config) Caller must send a SessionStatusMessage to the client with the returned code.protected void
ClientMessageEventListener.startCreateSessionJob
(SessionConfig config) Override for testing -
Uses of SessionConfig in net.i2p.router.dummy
Modifier and TypeMethodDescriptionDummyClientManagerFacade.getClientSessionConfig
(Destination _dest)