| Package | Description | 
|---|---|
| org.quickserver.net.qsadmin | Contains all of the classes for creating QSAdminServer. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommandHandlerClientCommandHandler for QSAdminServer. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientCommandHandler | TheClient. getClientCommandHandler()Returns the ClientCommandHandler object that interacts with 
 client sockets. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TheClient. setClientCommandHandler(ClientCommandHandler handler)Sets the ClientCommandHandler objects that interacts with 
 client sockets. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientCommandHandler | BasicClientHandler. clientCommandHandler | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultClientEventHandler. setClientCommandHandler(ClientCommandHandler handler)Sets ClientCommandHandler that should be examined to
 find any ClientEventHandler methods | 
| protected void | BasicClientHandler. setClientCommandHandler(ClientCommandHandler handler)Sets the ClientCommandHandler class that interacts with 
 client sockets. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicServerConfig. setClientCommandHandler(ClientCommandHandler handler)Sets the ClientCommandHandler class that interacts with 
 client sockets. | 
Copyright © 2003-2014 QuickServer.org