Uses of Class
org.jogre.server.ConnectionList

Packages that use ConnectionList
org.jogre.server This package contains server specific classes. 
 

Uses of ConnectionList in org.jogre.server
 

Fields in org.jogre.server declared as ConnectionList
protected  ConnectionList JogreServer.connections
          List of server connenction objects.
protected  ConnectionList ServerConnectionThread.connections
          Convience link to the userList field in the JogreServer object.
 

Methods in org.jogre.server that return ConnectionList
 ConnectionList JogreServer.getConnections()
          Return the ConnectionList object of connections to the server.