Uses of Class
lime.ConnectionMgr.Connection

Packages that use ConnectionMgr.Connection
lime   
 

Uses of ConnectionMgr.Connection in lime
 

Fields in lime declared as ConnectionMgr.Connection
private  ConnectionMgr.Connection IncomingThread.c
           
 

Methods in lime that return ConnectionMgr.Connection
(package private)  ConnectionMgr.Connection ConnectionMgr.get(LimeServerID lsID)
          Returns the eonnection to the LimeServer with the specified LimeServerID.
(package private)  ConnectionMgr.Connection ConnectionMgr.add(java.net.Socket s)
          Adds a socket to be controlled by the Connection Manager.
 

Methods in lime with parameters of type ConnectionMgr.Connection
(package private)  void ConnectionMgr.close(ConnectionMgr.Connection connection)
          Closes the socket managed by the connection.