Class Summary |
Buffer |
The Buffer abstract class encapsulates a buffer to store and retrieve information. |
CSAssignServiceIdAndServerTIDProtocol |
The CSAssignServiceIdAndServerTIDProtocol class is used by CSClient
services to ask the server for a session ID and for the server
terminal ID. |
CSAsynchronousReplyEvent |
The CSAsynchronousReplyEvent is an internal event that is fired when an
asynchronous "send" request is finished. |
CSAsynchronousReplyEventMulticaster |
The CSAsynchronousReplyEventMulticaster class supports the
CSAsynchronousReplyListener interface. |
CSClient |
The CSClient class provides the C/S service on the client side. |
CSConnectionCookies |
The CSConnectionCookies class is used to keep all the CSClient client/server connection cookies.
|
CSConstants |
This class defines all the constants required by the Client/Server Mechanism. |
CSDataSender |
The CSDataSender class encapsulates the sending or retrieving of data. |
CSInactivityClientEvent |
This is the event class to support the com.ibm.dse.clientserver.servlet.CSInactivityClientListener interface. |
CSInactivityClientEventMulticaster |
This is the event multicaster class to support the com.ibm.dse.clientserver.servlet.CSInactivityClientListenerinterface. |
CSNotifClToSrvProtocol |
The CSNotifClToSrvProtocol class is used to implement the request that
provides event notifications from the client to the server. |
CSNotifInDynamicModeProtocolThread |
The CSNotifInDynamicModeProtocolThread class is responsible for waiting for
remote events. |
CSNotifProtocolThread |
The CSNotifProtocolThread class is used in notifications from the server
to the client. |
CSNotifSrvToClProtocol |
The CSNotifSrvToClProtocol class implements the request that provides event
notifications from the server to the client. |
CSProcessorInactivityEvent |
This is the event class to support the CSProcessorInactivityListener interface. |
CSProcessorInactivityEventMulticaster |
This is the event multicaster class to support the CSProcessorInactivityListener interface. |
CSReceiveProtocolThread |
The CSReceiveProtocolThread class implements the receive method. |
CSReplyErrorEvent |
This is the event class to support an error connection when trying to communicate an error to the client. |
CSReqProtocol |
The CSReqProtocol class implements the send method. |
FireAndSignalCSStatusChangedThread |
The FireAndSignalCSStatusChangedThread class is used to fire an event. |
HttpURLConnectionThin |
The HttpURLConnectionThin class is used to establish a client/server connection. |
ProcessEventThread |
The ProcessEventThread class is responsible for obtaining the event,
creating a CSNotificationEvent that has as data the event and invoking
CSClient instance to fire the event |
RemoteEventProcessorClient |
The RemoteEventProcessor class is responsible for reading/writting a
DSEEventObject using the socket that is defined as private attribute.
|
SendEventsBuffer |
The SendEventsBuffer class is used to implement a remote operation execution.
|