org.apache.coyote.http11

Class InternalAprInputBuffer.SocketInputBuffer

protected class InternalAprInputBuffer.SocketInputBuffer extends Object implements InputBuffer

This class is an input buffer which will read its data from an input stream.
Method Summary
intdoRead(ByteChunk chunk, Request req)
Read bytes into the specified chunk.

Method Detail

doRead

public int doRead(ByteChunk chunk, Request req)
Read bytes into the specified chunk.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.