OpenSDN source code
|
This is the complete list of members for HttpClientSession, including all inherited members.
ACCEPT enum value | TcpSession | |
Accepted() | TcpSession | virtual |
ACTIVE enum value | TcpSession | |
AsyncReadHandler(TcpSessionPtr session) | TcpSession | protectedstatic |
AsyncReadSome() | TcpSession | protectedvirtual |
AsyncReadStart() | TcpSession | virtual |
AsyncReadStartInternal(TcpSessionPtr session) | TcpSession | protected |
AsyncWrite(const uint8_t *data, std::size_t size) | TcpSession | protectedvirtual |
AsyncWriteHandler(TcpSessionPtr session, const boost::system::error_code &error, std::size_t bytes_transferred) | TcpSession | protectedstatic |
AsyncWriteInternal(TcpSessionPtr session) | TcpSession | protected |
Buffer typedef | TcpSession | |
BufferData(const Buffer &buffer) | TcpSession | inlinestatic |
BufferSize(const Buffer &buffer) | TcpSession | inlinestatic |
ClearMd5SocketOption(uint32_t peer_ip) | TcpSession | |
Close() | TcpSession | |
CLOSE enum value | TcpSession | |
close_reason() const | TcpSession | inline |
CloseInternal(const boost::system::error_code &ec, bool call_observer, bool notify_server=true) | TcpSession | protected |
CONNECT_COMPLETE enum value | TcpSession | |
CONNECT_FAILED enum value | TcpSession | |
Connected(Endpoint remote) | TcpSession | virtual |
ConnectFailed() | TcpSession | |
Connection() | HttpClientSession | inline |
connection_ | HttpClientSession | private |
CreateReaderTask(boost::asio::mutable_buffer, size_t) | TcpSession | protectedvirtual |
delete_called_ | HttpClientSession | private |
Direction enum name | TcpSession | |
DISALLOW_COPY_AND_ASSIGN(HttpClientSession) | HttpClientSession | private |
Endpoint typedef | TcpSession | |
established() const | TcpSession | inlineprotected |
Event enum name | TcpSession | |
event_cb_ | HttpClientSession | private |
EVENT_NONE enum value | TcpSession | |
EventObserver typedef | TcpSession | |
GetDscpValue() const | TcpSession | |
GetReadBufferSize() const | TcpSession | protectedvirtual |
GetRxSocketStats(SocketIOStats *socket_stats) const | TcpSession | |
GetRxSocketStats(SocketIOStats &socket_stats) const | TcpSession | inline |
GetSessionInstance() const | TcpSession | virtual |
GetSocketStats() const | TcpSession | inline |
GetTxSocketStats(SocketIOStats *socket_stats) const | TcpSession | |
GetTxSocketStats(SocketIOStats &socket_stats) const | TcpSession | inline |
HttpClientSession(HttpClient *client, Socket *socket) | HttpClientSession | |
io_strand_ | TcpSession | protected |
IsClosed() const | TcpSession | inline |
IsEstablished() const | TcpSession | inline |
IsReaderDeferred() const | TcpSession | inlinevirtual |
IsServerSession() | TcpSession | inline |
IsSocketErrorHard(const boost::system::error_code &ec) | TcpSession | static |
kDefaultBufferSize | TcpSession | static |
kDefaultWriteBufferSize | TcpSession | static |
local_endpoint() const | TcpSession | |
local_port() const | TcpSession | |
mutex() | HttpClientSession | inline |
mutex_ | HttpClientSession | private |
NativeSocketType typedef | TcpSession | |
observer() | TcpSession | inlineprotected |
OnEvent(TcpSession *session, Event event) | HttpClientSession | private |
OnEventInternal(TcpSessionPtr session, Event event) | HttpClientSession | private |
OnRead(Buffer buffer) | HttpClientSession | virtual |
PASSIVE enum value | TcpSession | |
reader_task_id() const | TcpSession | inlineprotectedvirtual |
ReadSome(boost::asio::mutable_buffer buffer, boost::system::error_code *error) | TcpSession | protectedvirtual |
RegisterEventCb(SessionEventCb cb) | HttpClientSession | |
ReleaseBuffer(Buffer buffer) | TcpSession | virtual |
remote_addr_string() const | TcpSession | inline |
remote_endpoint() const | TcpSession | inline |
remote_port() const | TcpSession | |
Send(const uint8_t *data, size_t size, size_t *sent) | TcpSession | virtual |
server() | TcpSession | inline |
SessionEstablished(Endpoint remote, Direction direction) | TcpSession | |
SessionEventCb typedef | HttpClientSession | |
set_observer(EventObserver observer) | TcpSession | |
set_read_on_connect(bool read) | TcpSession | inline |
SetConnection(HttpConnection *conn) | HttpClientSession | inline |
SetDeferReader(bool defer_reader) | TcpSession | virtual |
SetDscpSocketOption(uint8_t value) | TcpSession | |
SetMd5SocketOption(uint32_t peer_ip, const std::string &md5_password) | TcpSession | |
SetSocketKeepaliveOptions(int keepalive_time, int keepalive_intvl, int keepalive_probes, int tcp_user_timeout_val=0) | TcpSession | protected |
SetSocketOptions() | TcpSession | virtual |
SetTcpNoDelay() | TcpSession | |
SetTcpRecvBufSize(uint32_t size) | TcpSession | |
SetTcpSendBufSize(uint32_t size) | TcpSession | |
sock_descriptor() | TcpSession | inline |
socket() const | TcpSession | inlinevirtual |
Socket typedef | TcpSession | |
stats_ | TcpSession | protected |
Strand typedef | TcpSession | protected |
TcpSession(TcpServer *server, Socket *socket, bool async_read_ready=true, size_t buffer_send_size=TcpSession::kDefaultWriteBufferSize) | TcpSession | |
TcpSessionPtr typedef | HttpClientSession | |
ToString() const | TcpSession | inlinevirtual |
ToUVEKey() const | TcpSession | inline |
TriggerAsyncReadHandler() | TcpSession | protected |
WriteReady(const boost::system::error_code &error) | TcpSession | protectedvirtual |
~HttpClientSession() | HttpClientSession | inlinevirtual |
~TcpSession() | TcpSession | protectedvirtual |