Package | Description |
---|---|
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 |
NetPuzlClientProxy
NetPuzlClientProxy handles all of the communication between client and a
server by using the XML tags.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerXMLHandler
ServerXMLHandler is designed to be extended by clientProxy on the server
side.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerXMLHandlerTestee |