See: Description
| Interface | Description |
|---|---|
| ClientTagParser |
Class implementing this interface should be able to parse any possible tag
that client will receive from the server and create appropriate Tag object
|
| ServerTagParser |
Class implementing this interface should be able to parse any possible tag
that client will receive from the server and create appropriate Tag object
|
| Class | Description |
|---|---|
| ClientXMLHandler |
XMLHandler for the Client side.
|
| ServerXMLHandler |
ServerXMLHandler is designed to be extended by clientProxy on the server
side.
|
| SoftCloseInputStream |
Takes away the ability of objects that use it from closing it
|
| XMLHandler |
XMLHandler is the master abstract class for handling communication language
(XML) between client and a server inside NetPuzl.
|