LibasyncTCPListener

Undocumented in source.

Constructors

this
this(NetworkAddress addr, void delegate(TCPConnection conn) @(safe) connection_callback, TCPListenOptions options)
Undocumented in source.

Members

Functions

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

Properties

bindAddress
NetworkAddress bindAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
connectionCallback
void delegate(TCPConnection) connectionCallback [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta