Uses of Class
com.mischiefbox.pollserve.ConnectionHandler

Uses of ConnectionHandler in com.mischiefbox.pollserve
 

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

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



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