QuickServer
v1.4.7

Uses of Interface
org.quickserver.net.server.ClientBinaryHandler

Packages that use ClientBinaryHandler
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
org.quickserver.net.server.impl Contains all of the implementation classes for interface in server package. 
org.quickserver.util.xmlreader Classes for reading XML and storing the configuration. 
 

Uses of ClientBinaryHandler in org.quickserver.net.server
 

Methods in org.quickserver.net.server that return ClientBinaryHandler
 ClientBinaryHandler TheClient.getClientBinaryHandler()
          Returns the ClientBinaryHandler object that interacts with client sockets.
 

Methods in org.quickserver.net.server with parameters of type ClientBinaryHandler
 void TheClient.setClientBinaryHandler(ClientBinaryHandler handler)
          Sets the ClientBinaryHandler object that interacts with client sockets.
 

Uses of ClientBinaryHandler in org.quickserver.net.server.impl
 

Fields in org.quickserver.net.server.impl declared as ClientBinaryHandler
protected  ClientBinaryHandler BasicClientHandler.clientBinaryHandler
           
 

Methods in org.quickserver.net.server.impl with parameters of type ClientBinaryHandler
protected  void BasicClientHandler.setClientBinaryHandler(ClientBinaryHandler handler)
          Sets the ClientBinaryHandler class that interacts with client sockets.
 

Uses of ClientBinaryHandler in org.quickserver.util.xmlreader
 

Methods in org.quickserver.util.xmlreader with parameters of type ClientBinaryHandler
 void BasicServerConfig.setClientBinaryHandler(ClientBinaryHandler handler)
          Sets the ClientBinaryHandler class that interacts with client sockets.
 


QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org