#include <conexus/ipv4_tcpserver.h>
Inheritance diagram for Conexus::IPv4::TCPServer:
Public Types | |
typedef boost::shared_ptr< TCPServer > | pointer |
Public Member Functions | |
TCPServer (uint16_t port=0) | |
virtual Address & | local_interface () |
virtual void | set_local_interface (Address addr) |
virtual void | start () |
virtual void | start (bool use_dispatcher) |
virtual void | stop () |
virtual const std::string & | object_type () |
Static Public Member Functions | |
static TCPServer::pointer | create (uint16_t port=0) |
Protected Member Functions | |
virtual void | service_thread_main () |
Protected Attributes | |
Conexus::Socket | m_tcp_listener |
Address | m_local_interface |