|
|
void | createConnection (qintptr handle) |
| |
Definition at line 16 of file tcpserver.h.
◆ TcpServer()
| TcpServer::TcpServer |
( |
const QByteArray & | serverAddress, |
|
|
Protocol * | protocol, |
|
|
Server * | server, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ incomingConnection()
| void TcpServer::incomingConnection |
( |
qintptr | handle | ) |
|
|
overridevirtual |
◆ protocol()
| Protocol * TcpServer::protocol |
( |
| ) |
const |
◆ setProtocol()
| void TcpServer::setProtocol |
( |
Protocol * | protocol | ) |
|
◆ shutdown()
| void TcpServer::shutdown |
( |
| ) |
|
|
virtual |
◆ timeoutConnections()
| void TcpServer::timeoutConnections |
( |
| ) |
|
|
virtual |
◆ TcpServerBalancer
◆ m_engine
◆ m_processing
| int Cutelyst::TcpServer::m_processing |
|
protected |
◆ m_protocol
| Protocol* Cutelyst::TcpServer::m_protocol |
|
protected |
◆ m_server
| Server* Cutelyst::TcpServer::m_server |
|
protected |
◆ m_serverAddress
| QByteArray Cutelyst::TcpServer::m_serverAddress |
|
protected |
◆ m_socketOptions
| std::vector<std::pair<QAbstractSocket::SocketOption, QVariant> > Cutelyst::TcpServer::m_socketOptions |
|
protected |