InputBufferprotected class AjpProcessor.SocketInputBuffer extends java.lang.Object implements InputBuffer
| Modifier | Constructor | Description |
|---|---|---|
protected |
SocketInputBuffer() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
doRead(ApplicationBufferHandler handler) |
Read from the input stream into the ByteBuffer provided by the
ApplicationBufferHandler.
|
public int doRead(ApplicationBufferHandler handler) throws java.io.IOException
InputBufferdoRead in interface InputBufferhandler - ApplicationBufferHandler that provides the buffer to read
data into.java.io.IOException - If an I/O error occurs reading from the input streamCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.