#include <XmlRpcInterface.h>
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 |
Current IO state for the connection.
std::string XmlRpcInterface::XmlRpcConnectionState::_header |
Request headers.
Number of bytes expected in the request body (parsed from header).
std::string XmlRpcInterface::XmlRpcConnectionState::_request |
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