QuickServer
v1.4.5

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

Packages that use ClientBinaryHandler
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
 

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
protected  void ClientHandler.setClientBinaryHandler(ClientBinaryHandler handler)
          Sets the ClientBinaryHandler class that interacts with client sockets.
 void TheClient.setClientBinaryHandler(ClientBinaryHandler handler)
          Sets the ClientBinaryHandler object that interacts with client sockets.
 


QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org