Neokernel API

HTTPAgentRequest Fields

The fields of the HTTPAgentRequest class are listed below. For a complete list of HTTPAgentRequest class members, see the HTTPAgentRequest Members topic.

Public Instance Fields

bufferOutput This flag tells the HTTPAgentRequest whether or not to buffer all the output that is to be sent to the browser. When the HTTPAgentRequest.close() method is called, the entire buffer will be sent to the browser. If this flag is set to false, output is sent to the browser immediately when a print() method is called.
byteWiseWriting For some slower internet connections or under heavy traffic, setting this flag to true will help ensure the TCP connection doesn't get cut off. For faster blocks for writing data to the browser, set this to false.
defaultResponse
headerSending
headerSent

Protected Instance Fields

browserIn
clientCookies
dataBuffer
err (inherited from AgentRequest)
isHeadReq
myCookies
myProps (inherited from AgentRequest)
myWriter (inherited from AgentRequest)
outStream (inherited from AgentRequest)
returnVal
sessionID

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace | SessionManager