org.apache.coyote
Interface OutputBuffer


public interface OutputBuffer

Output buffer.

Author:
Remy Maucherat

Method Summary
 int doWrite(org.apache.tomcat.util.buf.ByteChunk chunk, Response response)
           
 

Method Detail

doWrite

public int doWrite(org.apache.tomcat.util.buf.ByteChunk chunk,
                   Response response)
            throws java.io.IOException
java.io.IOException


Copyright (c) 2001 - Apache Software Foundation