Class Summary |
CSAssignServiceIdAndServerTIDProtocolServlet |
The CSAssignServiceIdAndServerTIDProtocolServlet extends CSEstablishSessionServlet class
This servlet defines the front door for all java client devices supporting the HTTP protocol and should
be invoked to establish the session between the client and the server |
CSConstants |
This class defines all the constants required by the Client/Server Mechanism. |
CSDataSender |
The CSDataSender class encapsulates the sending or retrieving of data. |
CSEstablishSessionServlet |
The CSEstablishSessionServlet extends CSReqServlet class
This servlet defines the front door for all devices supporting the HTTP protocol and should
be invoked to establish the session between the client and the server. |
CSReplyErrorEvent |
This is the event class to support an error connection when trying to communicate an error to the client. |
CSReqProtocolServlet |
The CSReqProtocolServlet extends CSReqServlet class
This servlet defines the front door for all java devices and should be invoked to perform all operations |
CSReqServlet |
The CSReqServlet implements the ChannelDriver interface to
define the front door for all devices supporting the HTTP protocol.
|