Object
~~|
~~+--
RspResponse
~~~~~~~|
~~~~~~~+--
FileRspResponse
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
HttpDaemonRspResponse
Directly known subclasses:
public static class HttpDaemonRspResponse extends FileRspResponse
An instance of class HttpDaemonRspResponse, which extends the
RspResponse
class, is a buffer for output (response) sent to an
HttpDaemon
. It provides a method write()
for writing
output and a method flush()
for flush the written output to
the HTTP daemon.
HttpDaemonRspResponse(httpDaemon=NULL, ...)
HttpDaemon
object. flush |
|
- | |
write |
- |
Note: The minimalistic HTTP daemon (written in Tcl) used internally currently only supports HTTP v1.0. In other words, although this class is used already, the output is only flushed at the end.
HttpDaemon
.