Definition at line 22 of file PionHelloServer.cpp.
Public Member Functions | |
HelloServer (const unsigned int tcp_port) | |
virtual | ~HelloServer () |
virtual void | handleConnection (TCPConnectionPtr &tcp_conn) |
virtual void HelloServer::handleConnection | ( | TCPConnectionPtr & | tcp_conn | ) | [inline, virtual] |
handles a new TCP connection; derived classes SHOULD override this since the default behavior does nothing
tcp_conn | the new TCP connection to handle |
Reimplemented from pion::net::TCPServer.
Definition at line 26 of file PionHelloServer.cpp.