ClientHandler

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

LineCallback
alias LineCallback = void delegate(ubyte[])
Undocumented in source.

Functions

handleConnection
void handleConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaderLine
void onHeaderLine(ubyte[] ln)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadData
void onReadData(StreamSocketFD , IOStatus status, size_t bytes_read)
Undocumented in source. Be warned that the author may not have intended to support it.
onRequestLine
void onRequestLine(ubyte[] ln)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteFinished
void onWriteFinished(StreamSocketFD fd, IOStatus status, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
readLine
void readLine(LineCallback on_line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

client
StreamSocketFD client;
Undocumented in source.
linebuf
ubyte[1024] linebuf;
Undocumented in source.
linefill
size_t linefill;
Undocumented in source.
onLine
LineCallback onLine;
Undocumented in source.

Meta