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

Packages that use SessionId
net.i2p.client Implements the base I2P SDK for developing applications that communicate through I2P. 
net.i2p.data.i2cp   
net.i2p.router.client   
 

Uses of SessionId in net.i2p.client
 

Methods in net.i2p.client that return SessionId
(package private)  SessionId I2PSessionImpl.getSessionId()
          Retrieve the session's ID
 

Methods in net.i2p.client with parameters of type SessionId
(package private)  void I2PSessionImpl.setSessionId(SessionId id)
           
 

Uses of SessionId in net.i2p.data.i2cp
 

Methods in net.i2p.data.i2cp that return SessionId
 SessionId SessionStatusMessage.getSessionId()
           
 SessionId SendMessageMessage.getSessionId()
           
 SessionId RequestLeaseSetMessage.getSessionId()
           
 SessionId ReportAbuseMessage.getSessionId()
           
 SessionId DestroySessionMessage.getSessionId()
           
 SessionId CreateLeaseSetMessage.getSessionId()
           
 

Methods in net.i2p.data.i2cp with parameters of type SessionId
 void SessionStatusMessage.setSessionId(SessionId id)
           
 void SendMessageMessage.setSessionId(SessionId id)
           
 void RequestLeaseSetMessage.setSessionId(SessionId id)
           
 void ReportAbuseMessage.setSessionId(SessionId id)
           
 void DestroySessionMessage.setSessionId(SessionId id)
           
 void CreateLeaseSetMessage.setSessionId(SessionId id)
           
 

Uses of SessionId in net.i2p.router.client
 

Methods in net.i2p.router.client that return SessionId
(package private)  SessionId ClientConnectionRunner.getSessionId()
          current client's sessionId
 

Methods in net.i2p.router.client with parameters of type SessionId
(package private)  void ClientConnectionRunner.setSessionId(SessionId id)