Sese Framework
x.y.z
A cross-platform framework
|
TCP 传输器配置 更多...
#include <TcpTransporter.h>
Public 成员函数 | |
virtual | ~TcpTransporterConfig ()=default |
virtual TcpConnection * | createConnection ()=0 |
virtual void | freeConnection (TcpConnection *conn) |
Public 属性 | |
uint32_t | keepalive = 30 |
security::SSLContext::Ptr | servCtx = nullptr |
TCP 传输器配置
|
virtualdefault |
|
pure virtual |
|
virtual |
uint32_t sese::service::TcpTransporterConfig::keepalive = 30 |
security::SSLContext::Ptr sese::service::TcpTransporterConfig::servCtx = nullptr |