Package | Description |
---|---|
com.putable.client |
Provides the classes specific to the client
|
com.putable.server |
Provides the classes specific to the server
|
com.putable.xmlhandler |
Provides the classes to handle XML communication between client and server
|
tests |
Provides the classes for JUnit tests
|
Modifier and Type | Class and Description |
---|---|
class |
NetPuzlClient
NetPuzlClient is fully responsible for all of the communication with a
server.
|
Modifier and Type | Class and Description |
---|---|
class |
NetPuzlClientProxy
NetPuzlClientProxy handles all of the communication between client and a
server by using the XML tags.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientXMLHandler
XMLHandler for the Client side.
|
class |
ServerXMLHandler
ServerXMLHandler is designed to be extended by clientProxy on the server
side.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientXMLHandlerTestee
This is a class for testing ClientXMLHandler
|
class |
ServerXMLHandlerTestee |