XmlRpcInterface::XmlRpcConnectionState Struct Reference

#include <XmlRpcInterface.h>

List of all members.

Public Attributes

ServerConnectionState _connectionState
 Current IO state for the connection.
std::string _header
 Request headers.
int _contentLength
 Number of bytes expected in the request body (parsed from header).
std::string _request
 Request body.
std::string _response
 Response.
int _bytesWritten
 Number of bytes of the response written so far.
bool _keepAlive
 Whether to keep the current client connection open for further requests.
int appFd
 the fd for the current app socket
uint32_t pendingRpc
 the nonce of the pending internal RPC this connection is waiting for


Member Data Documentation

Current IO state for the connection.

Request headers.

Number of bytes expected in the request body (parsed from header).

Request body.

Response.

Number of bytes of the response written so far.

Whether to keep the current client connection open for further requests.

the fd for the current app socket

the nonce of the pending internal RPC this connection is waiting for


The documentation for this struct was generated from the following file:

Generated on Fri Sep 19 13:05:08 2008 for ITM OverSim by  doxygen 1.5.5