Uses of Class
com.mischiefbox.dmud.net.ConnectionHandler

Packages that use ConnectionHandler
com.mischiefbox.dmud   
com.mischiefbox.dmud.net   
 

Uses of ConnectionHandler in com.mischiefbox.dmud
 

Fields in com.mischiefbox.dmud declared as ConnectionHandler
protected  ConnectionHandler Server.connectionHandler
          The connection handler.
 

Uses of ConnectionHandler in com.mischiefbox.dmud.net
 

Fields in com.mischiefbox.dmud.net declared as ConnectionHandler
protected  ConnectionHandler Listener.handler
          The connection handler which gets new socket connections.
protected  ConnectionHandler ConnectionInfo.handler
          The connection handler that created and is responsible for the connection.
 

Constructors in com.mischiefbox.dmud.net with parameters of type ConnectionHandler
Listener(ConnectionHandler handler, int iPort)
          Create a new Listener.
ConnectionInfo(ConnectionHandler handler, Socket sock, int iConnectionId)
          Create a new connection info object.
 



Copyright © 2001 by Christopher R. Jones. All Rights Reserved.