VibeCoreConnectionListener

ConnectionListener implementation

Constructors

this
this(VibeCoreLogger logger)
Undocumented in source.

Members

Functions

acceptClient
void acceptClient(TCPConnection vibeConn)
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