Uses of Class
net.i2p.data.i2cp.SessionConfig

Packages that use SessionConfig
net.i2p.data.i2cp   
net.i2p.router   
net.i2p.router.client   
 

Uses of SessionConfig in net.i2p.data.i2cp
 

Methods in net.i2p.data.i2cp that return SessionConfig
 SessionConfig CreateSessionMessage.getSessionConfig()
           
 

Methods in net.i2p.data.i2cp with parameters of type SessionConfig
 void CreateSessionMessage.setSessionConfig(SessionConfig config)
           
 

Constructors in net.i2p.data.i2cp with parameters of type SessionConfig
CreateSessionMessage(SessionConfig config)
           
 

Uses of SessionConfig in net.i2p.router
 

Methods in net.i2p.router that return SessionConfig
 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.
 

Methods in net.i2p.router with parameters of type SessionConfig
 void ClientMessage.setSenderConfig(SessionConfig config)
           
 

Uses of SessionConfig in net.i2p.router.client
 

Methods in net.i2p.router.client that return SessionConfig
 SessionConfig ClientManagerFacadeImpl.getClientSessionConfig(Destination dest)
          Return the client's current config, or null if not connected
 SessionConfig ClientManager.getClientSessionConfig(Destination dest)
          Return the client's current config, or null if not connected
 SessionConfig ClientConnectionRunner.getConfig()
          current client's config
 

Methods in net.i2p.router.client with parameters of type SessionConfig
(package private)  void ClientConnectionRunner.sessionEstablished(SessionConfig config)