protected class AjpProcessor.SocketInputBuffer extends Object implements InputBuffer
Modifier | Constructor and Description |
---|---|
protected |
SocketInputBuffer() |
Modifier and Type | Method and Description |
---|---|
int |
doRead(ByteChunk chunk)
Read from the input stream into the given buffer.
|
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.