ACCEPT enum value | TcpSession | |
Accepted() | TcpSession | virtual |
AcceptSession() | HttpSession | |
ACTIVE enum value | TcpSession | |
AsyncReadHandler(TcpSessionPtr session) | TcpSession | protectedstatic |
AsyncReadStart() | TcpSession | virtual |
AsyncReadStartInternal(TcpSessionPtr session) | TcpSession | protected |
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 | |
client_context_str_ | HttpSession | private |
CLOSE enum value | TcpSession | |
Close() | 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 | |
context_map_ | HttpSession | privatestatic |
context_str_ | HttpSession | private |
Direction enum name | TcpSession | |
DISALLOW_COPY_AND_ASSIGN(HttpSession) | HttpSession | private |
Endpoint typedef | TcpSession | |
established() const | TcpSession | inlineprotected |
Event enum name | TcpSession | |
event_cb_ | HttpSession | private |
EVENT_NONE enum value | TcpSession | |
EventObserver typedef | TcpSession | |
get_client_context(std::string const &s) | HttpSession | inlinestatic |
get_client_context() | HttpSession | inlineprivate |
get_context() | HttpSession | inline |
GetDscpValue() const | TcpSession | |
GetMap() | HttpSession | inlineprivatestatic |
GetPendingTaskCount() | HttpSession | inlinestatic |
GetRxSocketStats(SocketIOStats *socket_stats) const | TcpSession | |
GetRxSocketStats(SocketIOStats &socket_stats) const | TcpSession | inline |
GetSession(std::string const &s) | HttpSession | inlineprivatestatic |
GetSessionInstance() const | TcpSession | virtual |
GetSocketStats() const | TcpSession | inline |
GetTxSocketStats(SocketIOStats *socket_stats) const | TcpSession | |
GetTxSocketStats(SocketIOStats &socket_stats) const | TcpSession | inline |
HttpSession(HttpServer *server, SslSocket *sock, bool async_ready=true) | HttpSession | |
HttpSessionPtr typedef | HttpSession | private |
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) | SslSession | static |
IsSslDisabled() | SslSession | inline |
IsSslHandShakeDelayed() | SslSession | inline |
IsSslHandShakeInProgress() | SslSession | inline |
IsSslHandShakeSuccess() | SslSession | inline |
IsSslHandShakeSuccessLocked() | SslSession | inline |
kDefaultBufferSize | TcpSession | static |
kDefaultWriteBufferSize | TcpSession | static |
local_endpoint() const | TcpSession | |
local_port() const | TcpSession | |
map_mutex_ | HttpSession | privatestatic |
map_type typedef | HttpSession | private |
mutex_ | TcpSession | mutableprotected |
NativeSocketType typedef | TcpSession | |
observer() | TcpSession | inlineprotected |
OnBody | HttpSession | |
OnHeaderField | HttpSession | |
OnHeadersComplete | HttpSession | |
OnHeaderValue | HttpSession | |
OnMessageBegin | HttpSession | |
OnRead(Buffer buffer) | HttpSession | protectedvirtual |
OnSessionEvent(TcpSession *session, enum TcpSession::Event event) | HttpSession | private |
OnStatusComplete | HttpSession | |
OnUrl | HttpSession | |
PASSIVE enum value | TcpSession | |
reader_task_id() const | TcpSession | inlineprotectedvirtual |
RegisterEventCb(SessionEventCb cb) | HttpSession | |
ReleaseBuffer(Buffer buffer) | TcpSession | virtual |
remote_addr_string() const | TcpSession | inline |
remote_endpoint() const | TcpSession | inline |
remote_port() const | TcpSession | |
req_handler_task_id_ | HttpSession | privatestatic |
req_queue_empty_ | HttpSession | private |
request_builder_ | HttpSession | private |
request_queue_ | HttpSession | private |
Send(const uint8_t *data, size_t size, size_t *sent) | TcpSession | virtual |
SendSession(std::string const &s, const uint8_t *data, size_t size, size_t *sent) | HttpSession | inlinestatic |
server() | TcpSession | inline |
SessionEstablished(Endpoint remote, Direction direction) | TcpSession | |
SessionEventCb typedef | HttpSession | |
set_client_context(std::string const &s, const std::string &ctx) | HttpSession | inlinestatic |
set_client_context(const std::string &client_ctx) | HttpSession | inlineprivate |
set_observer(EventObserver observer) | TcpSession | |
set_read_on_connect(bool read) | TcpSession | 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 |
SetSslHandShakeInProgress(bool state) | SslSession | inline |
SetTcpNoDelay() | TcpSession | |
SetTcpRecvBufSize(uint32_t size) | TcpSession | |
SetTcpSendBufSize(uint32_t size) | TcpSession | |
sock_descriptor() | TcpSession | inline |
Socket typedef | TcpSession | |
socket() const | SslSession | virtual |
SslSession(SslServer *server, SslSocket *socket, bool async_read_ready=true) | SslSession | |
SslSocket typedef | SslSession | |
stats_ | TcpSession | protected |
Strand typedef | TcpSession | protected |
task_count_ | HttpSession | privatestatic |
TcpSession(TcpServer *server, Socket *socket, bool async_read_ready=true, size_t buffer_send_size=TcpSession::kDefaultWriteBufferSize) | TcpSession | |
TcpSessionPtr typedef | TcpSession | protected |
ToString() const | TcpSession | inlinevirtual |
ToUVEKey() const | TcpSession | inline |
TriggerAsyncReadHandler() | TcpSession | protected |
TriggerSslHandShake(SslHandShakeCallbackHandler) | SslSession | |
WriteReady(const boost::system::error_code &error) | TcpSession | protectedvirtual |
~HttpSession() | HttpSession | virtual |
~SslSession() | SslSession | protectedvirtual |
~TcpSession() | TcpSession | protectedvirtual |