org.apache.coyote

Interface InputBuffer

Known Subinterfaces:
InputFilter
Known Implementing Classes:
BufferedInputFilter, ChunkedInputFilter, IdentityInputFilter, InternalInputBuffer, InternalInputBuffer.InputStreamInputBuffer, JkCoyoteHandler, MemoryProtocolHandler.ByteChunkInputBuffer, VoidInputFilter

public interface InputBuffer

Method Summary

int
doRead(ByteChunk chunk, Request request)

Method Details

doRead

public int doRead(ByteChunk chunk,
                  Request request)
            throws IOException


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.