Class Http11OutputBuffer

java.lang.Object
org.apache.coyote.http11.Http11OutputBuffer
All Implemented Interfaces:
HttpOutputBuffer, OutputBuffer

public class Http11OutputBuffer extends Object implements HttpOutputBuffer
Provides buffering for the HTTP headers (allowing responses to be reset before they have been committed) and the link to the Socket for writing the headers (once committed) and the response body. Note that buffering of the response body happens at a higher level.