Uses of Class
net.i2p.data.i2cp.SessionConfig
| 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 |
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
|
| net.i2p.router.dummy |
Dummy versions of things for testing.
|
-
Uses of SessionConfig in net.i2p.data.i2cp
Methods in net.i2p.data.i2cp that return SessionConfig Modifier and Type Method Description SessionConfigCreateSessionMessage. getSessionConfig()SessionConfigReconfigureSessionMessage. getSessionConfig()Methods in net.i2p.data.i2cp with parameters of type SessionConfig Modifier and Type Method Description voidCreateSessionMessage. setSessionConfig(SessionConfig config)voidReconfigureSessionMessage. setSessionConfig(SessionConfig config)Constructors in net.i2p.data.i2cp with parameters of type SessionConfig Constructor Description CreateSessionMessage(SessionConfig config) -
Uses of SessionConfig in net.i2p.router
Methods in net.i2p.router that return SessionConfig Modifier and Type Method Description abstract SessionConfigClientManagerFacade. getClientSessionConfig(Destination dest)Return the client's current config, or null if not connectedSessionConfigClientMessage. getSenderConfig()Retrieve the session config of the client that sent the message.Constructors in net.i2p.router with parameters of type SessionConfig Constructor Description ClientMessage(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
Methods in net.i2p.router.client that return SessionConfig Modifier and Type Method Description SessionConfigClientManager. getClientSessionConfig(Destination dest)Return the client's current config, or null if not connectedSessionConfigClientManagerFacadeImpl. getClientSessionConfig(Destination dest)Return the client's current config, or null if not connectedSessionConfigClientConnectionRunner. getConfig(Hash h)Current client's config, will be null if session not found IS subsession aware.SessionConfigClientConnectionRunner. getConfig(SessionId id)Current client's config, will be null if session not found IS subsession aware.SessionConfigClientConnectionRunner. getPrimaryConfig()Primary client's config, will be null if session not set upMethods in net.i2p.router.client with parameters of type SessionConfig Modifier and Type Method Description intClientConnectionRunner. sessionEstablished(SessionConfig config)Caller must send a SessionStatusMessage to the client with the returned code.protected voidClientMessageEventListener. startCreateSessionJob(SessionConfig config)Override for testingConstructors in net.i2p.router.client with parameters of type SessionConfig Constructor Description CreateSessionJob(RouterContext context, SessionConfig config) -
Uses of SessionConfig in net.i2p.router.dummy
Methods in net.i2p.router.dummy that return SessionConfig Modifier and Type Method Description SessionConfigDummyClientManagerFacade. getClientSessionConfig(Destination _dest)