org.apache.coyote.http11.filters
Class ChunkedOutputFilter
java.lang.Object
org.apache.coyote.http11.filters.ChunkedOutputFilter
- OutputBuffer, OutputFilter
public class ChunkedOutputFilter
extends java.lang.Object
Chunked output filter.
- Remy Maucherat
ENCODING
protected static final ByteChunk ENCODING
ENCODING_NAME
protected static final String ENCODING_NAME
END_CHUNK
protected static final ByteChunk END_CHUNK
End chunk.
buffer
protected OutputBuffer buffer
Next buffer in the pipeline.
chunkHeader
protected ByteChunk chunkHeader
Chunk header.
chunkLength
protected byte[] chunkLength
Buffer used for chunk length conversion.
ChunkedOutputFilter
public ChunkedOutputFilter()
Default constructor.
end
public long end()
throws IOException
End the current request. It is acceptable to write extra bytes using
buffer.doWrite during the execution of this method.
- end in interface OutputFilter
recycle
public void recycle()
Make the filter ready to process the next request.
- recycle in interface OutputFilter
setResponse
public void setResponse(Response response)
Some filters need additional parameters from the response. All the
necessary reading can occur in that method, as this method is called
after the response header processing is complete.
- setResponse in interface OutputFilter
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.