appbase.listener

Undocumented in source.

Members

Aliases

RequestCallback
alias RequestCallback = void function(TcpClient, in ubyte[])
Undocumented in source.

Functions

startServer
void startServer(ushort port, int workThreads, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta