org.apache.coyote
Interface OutputBuffer

All Known Subinterfaces:
OutputFilter
All Known Implementing Classes:
AjpAprProcessor.SocketOutputBuffer, ChunkedOutputFilter, GzipOutputFilter, IdentityOutputFilter, InternalAprOutputBuffer, InternalAprOutputBuffer.SocketOutputBuffer, InternalOutputBuffer, InternalOutputBuffer.OutputStreamOutputBuffer, JkInputStream, MemoryProtocolHandler.ByteChunkOutputBuffer, VoidOutputFilter

public interface OutputBuffer

Output buffer.

Author:
Remy Maucherat

Method Summary
 int doWrite(ByteChunk chunk, Response response)
           
 

Method Detail

doWrite

public int doWrite(ByteChunk chunk,
                   Response response)
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.