Constructor.
Request handler. Reads socket input data in an endless loop. Each chunk of input data is processed by parseLinesAndHandle().
If true, a buffered writer is used by default.
Local aliases for SelectReader and SelectWriter.
SelectReader and SelectWriter used for asynchronous protocol i/o.
IOWarning exception instance used by the reader and writer.
Called by IConnectionHandler.finalize(), in order to determine if an I/O error was reported for the connection conduit which made the connection automatically being closed. (See comment for IConnectionHandler.finalize() method.)
Resettable interface method, resets the reader.
The handler type that will process commands received by the socket. Must contain a `void handle ( cstring, cstring, void delegate ( cstring ) )` method.