DefaultConnection

Undocumented in source.

Constructors

this
this(ServerBase server, AsyncTCPConnection conn)
Undocumented in source.

Members

Functions

handle
void handle()
Undocumented in source. Be warned that the author may not have intended to support it.
handleImpl
void handleImpl(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Connection

conn
AsyncTCPConnection conn;
Undocumented in source.
buffer
Buffer buffer;
Undocumented in source.
onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
log
bool log;
Undocumented in source.
handle
void handle(TCPEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead()
Undocumented in source.
onClose
void onClose()
Undocumented in source.

Meta