Uses of Class
Server.SessionWrapper

Packages that use SessionWrapper
Server   
 

Uses of SessionWrapper in Server
 

Fields in Server declared as SessionWrapper
private  SessionWrapper SocketThread.sessionWrapper
          The session thread associated with this object
private  SessionWrapper Session.sessionWrapper
           
 

Methods in Server that return SessionWrapper
private  SessionWrapper SocketThread.getSessionWrapper()
          Returns the session thread associated with this object
 SessionWrapper Session.getSessionWrapper()
          Returns the session thread associated with this object
 

Methods in Server with parameters of type SessionWrapper
private  void SocketThread.setSessionThread(SessionWrapper thread)
          Sets the session thread associated with this object
 void Session.setSessionWrapper(SessionWrapper thread)
          Sets the session thread associated with this object