| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
ClientObjectHandler |
TheClient.getClientObjectHandler()
Returns the ClientObjectHandler object that interacts with
client sockets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TheClient.setClientObjectHandler(ClientObjectHandler handler)
Sets the ClientObjectHandler object that interacts with
client sockets.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientObjectHandler |
BasicClientHandler.clientObjectHandler |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicClientHandler.setClientObjectHandler(ClientObjectHandler handler)
Sets the ClientObjectHandler class that interacts with
client sockets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicServerConfig.setClientObjectHandler(ClientObjectHandler handler)
Sets the ClientObjectHandler class that interacts with
client sockets.
|
Copyright © 2003-2014 QuickServer.org