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