AbstractPageResponse {R.httpd}R Documentation

The AbstractPageResponse class

Description

Package: R.httpd
Class AbstractPageResponse

Object
~~|
~~+--AbstractPageResponse

Directly known subclasses:
HttpDaemonResponse

public abstract static class AbstractPageResponse
extends Object

An abstract class that provides basic methods to write and flush output to the generated document.

Usage

AbstractPageResponse(...)

Arguments

... Not used.

Fields and Methods

Methods:
flush Flushes the response buffer.
getPath Gets the path to the response directory.
headerDone -
write Writes a response to the predefined output file.

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.httpd version 0.1.1 Index]