public class Http11InputBuffer extends Object implements InputBuffer
Constructor and Description |
---|
Http11InputBuffer(Request request,
int headerBufferSize) |
Modifier and Type | Method and Description |
---|---|
int |
doRead(ByteChunk chunk)
Read from the input stream into the given buffer.
|
public Http11InputBuffer(Request request, int headerBufferSize)
public int doRead(ByteChunk chunk) throws IOException
InputBuffer
doRead
in interface InputBuffer
chunk
- The buffer to read data into.IOException
- If an I/O error occurs reading from the input streamCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.