OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XmppSession Member List

This is the complete list of members for XmppSession, including all inherited members.

ACCEPT enum valueTcpSession
Accepted()TcpSessionvirtual
ACTIVE enum valueTcpSession
AsyncReadHandler(TcpSessionPtr session)TcpSessionprotectedstatic
AsyncReadStart()TcpSessionvirtual
AsyncReadStartInternal(TcpSessionPtr session)TcpSessionprotected
AsyncWriteHandler(TcpSessionPtr session, const boost::system::error_code &error, std::size_t bytes_transferred)TcpSessionprotectedstatic
AsyncWriteInternal(TcpSessionPtr session)TcpSessionprotected
begin_tag_XmppSessionprivate
buf_XmppSessionprivate
Buffer typedefTcpSession
BufferData(const Buffer &buffer)TcpSessioninlinestatic
BufferQueue typedefXmppSessionprivate
BufferSize(const Buffer &buffer)TcpSessioninlinestatic
ClearConnection()XmppSession
ClearMd5SocketOption(uint32_t peer_ip)TcpSession
CLOSE enum valueTcpSession
Close()TcpSession
close_reason() const TcpSessioninline
CloseInternal(const boost::system::error_code &ec, bool call_observer, bool notify_server=true)TcpSessionprotected
CONNECT_COMPLETE enum valueTcpSession
CONNECT_FAILED enum valueTcpSession
Connected(Endpoint remote)TcpSessionvirtual
ConnectFailed()TcpSession
Connection()XmppSessioninline
connection_XmppSessionprivate
Direction enum nameTcpSession
DISALLOW_COPY_AND_ASSIGN(XmppSession)XmppSessionprivate
EnableTcpKeepalive(int tcp_hold_time)XmppSession
end_patt_XmppSessionprivatestatic
Endpoint typedefTcpSession
established() const TcpSessioninlineprotected
Event enum nameTcpSession
EVENT_NONE enum valueTcpSession
EventObserver typedefTcpSession
GetDscpValue() const TcpSession
GetRxSocketStats(SocketIOStats *socket_stats) const TcpSession
GetRxSocketStats(SocketIOStats &socket_stats) const TcpSessioninline
GetSessionInstance() const XmppSessioninlinevirtual
GetSocketStats() const TcpSessioninline
GetTxSocketStats(SocketIOStats *socket_stats) const TcpSession
GetTxSocketStats(SocketIOStats &socket_stats) const TcpSessioninline
IncStats(unsigned int message_type, uint64_t bytes)XmppSession
io_strand_TcpSessionprotected
IsClosed() const TcpSessioninline
IsEstablished() const TcpSessioninline
IsReaderDeferred() const TcpSessioninlinevirtual
IsServerSession()TcpSessioninline
IsSocketErrorHard(const boost::system::error_code &ec)SslSessionstatic
IsSslDisabled()SslSessioninline
IsSslHandShakeDelayed()SslSessioninline
IsSslHandShakeInProgress()SslSessioninline
IsSslHandShakeSuccess()SslSessioninline
IsSslHandShakeSuccessLocked()SslSessioninline
jidXmppSessionprotected
kDefaultBufferSizeTcpSessionstatic
kDefaultWriteBufferSizeTcpSessionstatic
keepalive_idle_time_XmppSessionprivate
keepalive_interval_XmppSessionprivate
keepalive_probes_XmppSessionprivate
kMaxMessageSizeXmppSessionstatic
kSessionKeepaliveProbesXmppSessionprivatestatic
LeftOver() const XmppSessionprivate
local_endpoint() const TcpSession
local_port() const TcpSession
manager_XmppSessionprivate
Match(Buffer buffer, int *result, bool NewBuf)XmppSessionprivate
MatchRegex(const contrail::regex &patt)XmppSessionprivate
mutex_TcpSessionmutableprotected
NativeSocketType typedefTcpSession
observer()TcpSessioninlineprotected
offset_XmppSessionprivate
OnRead(Buffer buffer)XmppSessionprotectedvirtual
PASSIVE enum valueTcpSession
patt_XmppSessionprivatestatic
proceed_patt_XmppSessionprivatestatic
ProcessWriteReady()XmppSession
queue_XmppSessionprivate
reader_task_id() const TcpSessioninlineprotectedvirtual
ReleaseBuffer(Buffer buffer)TcpSessionvirtual
remote_addr_string() const TcpSessioninline
remote_endpoint() const TcpSessioninline
remote_port() const TcpSession
ReplaceBuf(const std::string &)XmppSessionprivate
res_XmppSessionprivate
Send(const uint8_t *data, size_t size, size_t *sent)TcpSessionvirtual
server()TcpSessioninline
SessionEstablished(Endpoint remote, Direction direction)TcpSession
set_observer(EventObserver observer)TcpSession
set_read_on_connect(bool read)TcpSessioninline
SetBuf(const std::string &)XmppSessionprivate
SetConnection(XmppConnection *connection)XmppSession
SetDeferReader(bool defer_reader)TcpSessionvirtual
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)TcpSessionprotected
SetSocketOptions()TcpSessionvirtual
SetSslHandShakeInProgress(bool state)SslSessioninline
SetTcpNoDelay()TcpSession
SetTcpRecvBufSize(uint32_t size)TcpSession
SetTcpSendBufSize(uint32_t size)TcpSession
sock_descriptor()TcpSessioninline
Socket typedefTcpSession
socket() const SslSessionvirtual
SslSession(SslServer *server, SslSocket *socket, bool async_read_ready=true)SslSession
SslSocket typedefSslSession
starttls_patt_XmppSessionprivatestatic
Stats(unsigned int message_type) const XmppSession
stats_XmppSessionprivate
StatsPair typedefXmppSession
Strand typedefTcpSessionprotected
stream_features_patt_XmppSessionprivatestatic
stream_open_matched_XmppSessionprivate
stream_patt_XmppSessionprivatestatic
stream_res_end_XmppSessionprivatestatic
tag_known_XmppSessionprivate
tag_to_pattern(const char *)XmppSessionprivate
task_instance_XmppSessionprivate
tcp_user_timeout_XmppSessionprivate
TcpSession(TcpServer *server, Socket *socket, bool async_read_ready=true, size_t buffer_send_size=TcpSession::kDefaultWriteBufferSize)TcpSession
TcpSessionPtr typedefTcpSessionprotected
ToString() const TcpSessioninlinevirtual
ToUVEKey() const TcpSessioninline
TriggerAsyncReadHandler()TcpSessionprotected
TriggerSslHandShake(SslHandShakeCallbackHandler)SslSession
whitespace_XmppSessionprivatestatic
WriteReady(const boost::system::error_code &error)XmppSessionvirtual
XmppRegexMock classXmppSessionfriend
XmppSession(XmppConnectionManager *manager, SslSocket *sock, bool async_ready=true)XmppSession
~SslSession()SslSessionprotectedvirtual
~TcpSession()TcpSessionprotectedvirtual
~XmppSession()XmppSessionvirtual