closeConnection(void) override | Async::FramedTcpConnection | protectedvirtual |
dataReceived | Async::FramedTcpConnection | protected |
DEFAULT_RECV_BUF_LEN | Async::TcpConnection | static |
disconnect(void) | Async::TcpConnection | inlinevirtual |
disconnected | Async::FramedTcpConnection | |
DisconnectReason enum name | Async::TcpConnection | |
disconnectReasonStr(DisconnectReason reason) | Async::TcpConnection | static |
DR_BAD_STATE enum value | Async::TcpConnection | |
DR_HOST_NOT_FOUND enum value | Async::TcpConnection | |
DR_ORDERED_DISCONNECT enum value | Async::TcpConnection | |
DR_PROTOCOL_ERROR enum value | Async::TcpConnection | |
DR_REMOTE_DISCONNECTED enum value | Async::TcpConnection | |
DR_SWITCH_PEER enum value | Async::TcpConnection | |
DR_SYSTEM_ERROR enum value | Async::TcpConnection | |
emitDisconnected(DisconnectReason reason) override | Async::FramedTcpConnection | inlineprotectedvirtual |
emitVerifyPeer(int preverify_ok, X509_STORE_CTX *store_ctx) | Async::TcpConnection | inlineprotectedvirtual |
enableSsl(bool enable) | Async::TcpConnection | |
FramedTcpConnection(size_t recv_buf_len=DEFAULT_RECV_BUF_LEN) | Async::FramedTcpConnection | explicit |
FramedTcpConnection(int sock, const IpAddress &remote_addr, uint16_t remote_port, size_t recv_buf_len=DEFAULT_RECV_BUF_LEN) | Async::FramedTcpConnection | |
frameReceived | Async::FramedTcpConnection | |
freeze(void) | Async::TcpConnection | |
isConnected(void) const | Async::TcpConnection | inline |
isIdle(void) const | Async::TcpConnection | inline |
isServer(void) const | Async::TcpConnection | inline |
localHost(void) const | Async::TcpConnection | |
localPort(void) const | Async::TcpConnection | |
onDataReceived(void *buf, int count) override | Async::FramedTcpConnection | protectedvirtual |
onDisconnected(DisconnectReason reason) override | Async::FramedTcpConnection | protectedvirtual |
operator=(TcpConnection &&other_base) override | Async::FramedTcpConnection | virtual |
operator=(const FramedTcpConnection &)=delete | Async::FramedTcpConnection | protected |
recvBufLen(void) const | Async::TcpConnection | inline |
remoteHost(void) const | Async::TcpConnection | inline |
remotePort(void) const | Async::TcpConnection | inline |
sendBufferFull | Async::FramedTcpConnection | protected |
setMaxFrameSize(uint32_t frame_size) | Async::FramedTcpConnection | inline |
setMaxRxFrameSize(uint32_t frame_size) | Async::FramedTcpConnection | inline |
setMaxTxFrameSize(uint32_t frame_size) | Async::FramedTcpConnection | inline |
setRecvBufLen(size_t recv_buf_len) | Async::TcpConnection | |
setRemoteAddr(const IpAddress &remote_addr) | Async::TcpConnection | protected |
setRemotePort(uint16_t remote_port) | Async::TcpConnection | protected |
setSocket(int sock) | Async::TcpConnection | protected |
setSslContext(SslContext &ctx, bool is_server) | Async::TcpConnection | |
socket(void) const | Async::TcpConnection | inlineprotected |
sslCertificate(void) const | Async::TcpConnection | |
sslConnectionReady | Async::TcpConnection | |
sslContext(void) | Async::TcpConnection | inline |
sslPeerCertificate(void) | Async::TcpConnection | |
sslVerifyResult(void) const | Async::TcpConnection | |
TcpConnection(size_t recv_buf_len=DEFAULT_RECV_BUF_LEN) | Async::TcpConnection | explicit |
TcpConnection(int sock, const IpAddress &remote_addr, uint16_t remote_port, size_t recv_buf_len=DEFAULT_RECV_BUF_LEN) | Async::TcpConnection | |
unfreeze(void) | Async::TcpConnection | |
verifyPeer | Async::TcpConnection | |
write(const void *buf, int count) override | Async::FramedTcpConnection | virtual |
~FramedTcpConnection(void) | Async::FramedTcpConnection | virtual |
~TcpConnection(void) | Async::TcpConnection | virtual |