| 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  | Data | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientData | TheClient. getClientData()Returns the ClientData object that carries client data. | 
| ClientData | ClientHandler. getClientData()Returns the ClientData object associated with this ClientHandler, 
 if not set will return  null | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TheClient. setClientData(ClientData data)Sets the ClientData object that carries client data. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientData | BasicClientHandler. clientData | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientData | BasicClientHandler. getClientData()Returns the ClientData object associated with this ClientHandler, 
 if not set will return  null | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | BasicClientHandler. setClientData(ClientData data)Sets the ClientData object associated with this ClientHandler | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicServerConfig. setClientData(ClientData data)Sets the ClientData class that carries client data. | 
Copyright © 2003-2014 QuickServer.org