ACCEPT enum value | TcpSession | |
Accepted() | TcpSession | virtual |
ACTIVE enum value | TcpSession | |
AddSessionInfo(SandeshOvsdbClientSession &session) | OVSDB::OvsdbClientSession | |
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_idl() | OVSDB::OvsdbClientSession | |
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 | |
connection_table() | OVSDB::OvsdbClientSslSession | virtual |
Direction enum name | TcpSession | |
DISALLOW_COPY_AND_ASSIGN(OvsdbClientSslSession) | OVSDB::OvsdbClientSslSession | private |
Endpoint typedef | TcpSession | |
EnqueueEvent(TcpSession::Event event) | OVSDB::OvsdbClientSslSession | |
established() const | TcpSession | inlineprotected |
Event enum name | TcpSession | |
EVENT_NONE enum value | TcpSession | |
EventObserver typedef | TcpSession | |
GetDscpValue() const | TcpSession | |
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 |
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 |
keepalive_interval() | OVSDB::OvsdbClientSslSession | virtual |
ksync_obj_manager() | OVSDB::OvsdbClientSslSession | virtual |
local_endpoint() const | TcpSession | |
local_port() const | TcpSession | |
MessageProcess(const u_int8_t *buf, std::size_t len) | OVSDB::OvsdbClientSession | |
mutex_ | TcpSession | mutableprotected |
NativeSocketType typedef | TcpSession | |
observer() | TcpSession | inlineprotected |
OnCleanup() | OVSDB::OvsdbClientSslSession | virtual |
OnClose() | OVSDB::OvsdbClientSession | |
OnEstablish() | OVSDB::OvsdbClientSession | |
OnRead(Buffer buffer) | OVSDB::OvsdbClientSslSession | protectedvirtual |
ovsdb_close_reason() const | OVSDB::OvsdbClientSslSession | virtual |
ovsdb_io_task_id_ | OVSDB::OvsdbClientSession | protectedstatic |
OvsdbClientSession(Agent *agent, OvsPeerManager *manager) | OVSDB::OvsdbClientSession | |
OvsdbClientSsl class | OVSDB::OvsdbClientSslSession | friend |
OvsdbClientSslSession(Agent *agent, OvsPeerManager *manager, OvsdbClientSsl *server, SslSocket *sock, bool async_ready=true) | OVSDB::OvsdbClientSslSession | |
PASSIVE enum value | TcpSession | |
ProcessSessionEvent(OvsdbSessionEvent event) | OVSDB::OvsdbClientSslSession | |
reader_ | OVSDB::OvsdbClientSslSession | private |
reader_task_id() const | OVSDB::OvsdbClientSslSession | inlineprotectedvirtual |
RecvMsg(const u_int8_t *buf, std::size_t len) | OVSDB::OvsdbClientSslSession | |
ReleaseBuffer(Buffer buffer) | TcpSession | virtual |
remote_addr_string() const | TcpSession | inline |
remote_endpoint() const | TcpSession | inline |
remote_ip() const | OVSDB::OvsdbClientSslSession | virtual |
remote_port() const | OVSDB::OvsdbClientSslSession | virtual |
Send(const uint8_t *data, size_t size, size_t *sent) | TcpSession | virtual |
SendJsonRpc(struct jsonrpc_msg *msg) | OVSDB::OvsdbClientSession | |
SendMsg(u_int8_t *buf, std::size_t len) | OVSDB::OvsdbClientSslSession | virtual |
server() | TcpSession | inline |
session_event_queue_ | OVSDB::OvsdbClientSslSession | private |
SessionEstablished(Endpoint remote, Direction direction) | TcpSession | |
set_observer(EventObserver observer) | TcpSession | |
set_read_on_connect(bool read) | TcpSession | inline |
set_status(std::string status) | OVSDB::OvsdbClientSslSession | 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 |
status() | OVSDB::OvsdbClientSslSession | inlinevirtual |
status_ | OVSDB::OvsdbClientSslSession | private |
Strand typedef | TcpSession | protected |
TcpSession(TcpServer *server, Socket *socket, bool async_read_ready=true, size_t buffer_send_size=TcpSession::kDefaultWriteBufferSize) | TcpSession | |
TcpSessionPtr typedef | TcpSession | protected |
TestConcurrencyAllow() | OVSDB::OvsdbClientSession | inlinevirtual |
ThrottleInFlightTxnMessages() | OVSDB::OvsdbClientSslSession | inlinevirtual |
ToString() const | TcpSession | inlinevirtual |
ToUVEKey() const | TcpSession | inline |
TriggerAsyncReadHandler() | TcpSession | protected |
TriggerClose() | OVSDB::OvsdbClientSslSession | virtual |
TriggerSslHandShake(SslHandShakeCallbackHandler) | SslSession | |
tsn_ip() | OVSDB::OvsdbClientSslSession | virtual |
WriteReady(const boost::system::error_code &error) | TcpSession | protectedvirtual |
~OvsdbClientSession() | OVSDB::OvsdbClientSession | virtual |
~OvsdbClientSslSession() | OVSDB::OvsdbClientSslSession | |
~SslSession() | SslSession | protectedvirtual |
~TcpSession() | TcpSession | protectedvirtual |