#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. | |
| SOCKET | appFd |
| the fd for the current app socket | |
| bool | localhost |
| true, if the connection is from localhost | |
| uint32_t | pendingRpc |
| the nonce of the pending internal RPC this connection is waiting for | |
Definition at line 66 of file XmlRpcInterface.h.
| int XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_bytesWritten |
| ServerConnectionState XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_connectionState |
| int XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_contentLength |
Number of bytes expected in the request body (parsed from header).
Definition at line 74 of file XmlRpcInterface.h.
| std::string XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_header |
| bool XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_keepAlive |
Whether to keep the current client connection open for further requests.
Definition at line 86 of file XmlRpcInterface.h.
| std::string XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_request |
| std::string XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::_response |
| SOCKET XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::appFd |
| bool XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::localhost |
| uint32_t XmlRpcInterface::XmlRpcInterface::XmlRpcConnectionState::pendingRpc |
the nonce of the pending internal RPC this connection is waiting for
Definition at line 95 of file XmlRpcInterface.h.
1.5.8