|
HDK
|
#include <NET_SocketListener.h>
Inheritance diagram for NET_ISocketListener:Public Member Functions | |
| virtual | ~NET_ISocketListener ()=default |
| virtual void | close (bool force)=0 |
| virtual bool | isOpen () const =0 |
Protected Member Functions | |
| NET_ISocketListener (ASIO_IOContext &ctx) | |
| NET_ISocketListener (const ASIO_IOContext::executor_type &executor) | |
| void | fail (const hboost::system::error_code &ec, const char *what) |
| Called when something failed with the socket listener. More... | |
Protected Attributes | |
| NET_ISocketGroup * | mySocketGroup |
| ASIO_IOContext::executor_type | myExecutor |
| NET_ConnectionManager | myConnectionManager |
Definition at line 34 of file NET_SocketListener.h.
|
virtualdefault |
|
inlineprotected |
Definition at line 44 of file NET_SocketListener.h.
|
inlineprotected |
Definition at line 47 of file NET_SocketListener.h.
|
pure virtual |
Implemented in NET_SocketListener< AcceptorT, SocketT >, and NET_SocketListener< ASIO_TCPAcceptor >.
|
protected |
Called when something failed with the socket listener.
|
pure virtual |
Implemented in NET_SocketListener< AcceptorT, SocketT >, and NET_SocketListener< ASIO_TCPAcceptor >.
|
protected |
Definition at line 57 of file NET_SocketListener.h.
|
protected |
Definition at line 56 of file NET_SocketListener.h.
|
protected |
Definition at line 55 of file NET_SocketListener.h.