This is the complete list of members for
pion::net::TCPServer, including all inherited members.
afterStopping(void) | pion::net::TCPServer | [inline, protected, virtual] |
beforeStarting(void) | pion::net::TCPServer | [inline, protected, virtual] |
getAddress(void) const | pion::net::TCPServer | [inline] |
getConnections(void) const | pion::net::TCPServer | |
getEndpoint(void) const | pion::net::TCPServer | [inline] |
getIOService(void) | pion::net::TCPServer | [inline, protected] |
getLogger(void) | pion::net::TCPServer | [inline] |
getPort(void) const | pion::net::TCPServer | [inline] |
getSSLContext(void) | pion::net::TCPServer | [inline] |
getSSLFlag(void) const | pion::net::TCPServer | [inline] |
handleConnection(TCPConnectionPtr &tcp_conn) | pion::net::TCPServer | [inline, protected, virtual] |
isListening(void) const | pion::net::TCPServer | [inline] |
join(void) | pion::net::TCPServer | |
m_logger | pion::net::TCPServer | [protected] |
setAddress(const boost::asio::ip::address &addr) | pion::net::TCPServer | [inline] |
setEndpoint(const boost::asio::ip::tcp::endpoint &ep) | pion::net::TCPServer | [inline] |
setLogger(PionLogger log_ptr) | pion::net::TCPServer | [inline] |
setPort(unsigned int p) | pion::net::TCPServer | [inline] |
setSSLFlag(bool b=true) | pion::net::TCPServer | [inline] |
setSSLKeyFile(const std::string &pem_key_file) | pion::net::TCPServer | |
start(void) | pion::net::TCPServer | |
stop(bool wait_until_finished=false) | pion::net::TCPServer | |
TCPServer(const unsigned int tcp_port) | pion::net::TCPServer | [explicit, protected] |
TCPServer(const boost::asio::ip::tcp::endpoint &endpoint) | pion::net::TCPServer | [explicit, protected] |
TCPServer(PionScheduler &scheduler, const unsigned int tcp_port=0) | pion::net::TCPServer | [explicit, protected] |
TCPServer(PionScheduler &scheduler, const boost::asio::ip::tcp::endpoint &endpoint) | pion::net::TCPServer | [protected] |
~TCPServer() | pion::net::TCPServer | [inline, virtual] |