Runtime components : Channels components : Java Client/Server Messaging APIs : Concepts : Client/Server Mechanism
  
Client/Server Mechanism
The Client/Server Mechanism extends the HTTP protocol. The two sides of the Client/Server Service (CSClient and CSServer) communicate through the Client/Server Mechanism.
The Client/Server Mechanism will format the formatted data received from the client directly to the Context. The formatted data in the request passed by the Client/Server Mechanism has the following format:
serverOperationName/sendFormatName/formattedData/parentContextName/sessionId/applicationId
The Client/Server Mechanism also converts the response into a formatted data string. The data string has the following format:
sessionId/serverTID/timeout/serverId/cookies
Go up to
Concepts