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
-
}Methods inherited from FileRspResponse: flush, getAbsolutePath, getName, getOutput, getPath, write
Methods inherited from RspResponse: flush, import, write
Methods inherited from Object: $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
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
.