QuickServer
v1.4.7

Uses of Class
org.quickserver.net.server.TheClient

Packages that use TheClient
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. 
 

Uses of TheClient in org.quickserver.net.server
 

Methods in org.quickserver.net.server with parameters of type TheClient
 void ClientHandler.handleClient(TheClient theClient)
          Associates the ClientHanlder with the client encapsulated by theClient.
 

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

Methods in org.quickserver.net.server.impl with parameters of type TheClient
 void BlockingClientHandler.handleClient(TheClient theClient)
           
 void NonBlockingClientHandler.handleClient(TheClient theClient)
           
 void BasicClientHandler.handleClient(TheClient theClient)
          Associates the ClientHanlder with the client encapsulated by theClient.
 


QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org