StandardConnectionListener

ConnectionListener implementation

Constructors

this
this(StandardLogger logger)
Undocumented in source.

Members

Functions

acceptClient
void acceptClient(Socket socket, ConnectionCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
bindSocket
TcpSocket bindSocket(string address, ushort port, uint backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
listen
void listen(string address, ushort port, ConnectionCallback callback)

Listen given address and port

stopListening
void stopListening()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ConnectionListener

listen
void listen(string address, ushort port, ConnectionCallback callback)

Listen given address and port

stopListening
void stopListening()

Stop listening given address and port

Meta