Neokernel API

HTTPAgentRequest.bufferOutput Field

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.

public bool bufferOutput;

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace