org.apache.coyote
Interface InputBuffer
- InputFilter
- BufferedInputFilter, ChunkedInputFilter, IdentityInputFilter, InternalInputBuffer, InternalInputBuffer.InputStreamInputBuffer, JkCoyoteHandler, MemoryProtocolHandler.ByteChunkInputBuffer, VoidInputFilter
public interface InputBuffer
Input buffer.
- Remy Maucherat
doRead
public int doRead(ByteChunk chunk,
Request request)
throws IOException
Return from the input stream.
IMPORTANT: the current model assumes that the protocol will 'own' the
buffer and return a pointer to it in ByteChunk ( i.e. the param will
have chunk.getBytes()==null before call, and the result after the call ).
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.