org.apache.coyote.http11
Class InternalNioInputBuffer.SocketInputBuffer
java.lang.Object
org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
- All Implemented Interfaces:
- InputBuffer
- Enclosing class:
- InternalNioInputBuffer
protected class InternalNioInputBuffer.SocketInputBuffer
- extends Object
- implements InputBuffer
This class is an input buffer which will read its data from an input
stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalNioInputBuffer.SocketInputBuffer
protected InternalNioInputBuffer.SocketInputBuffer()
doRead
public int doRead(ByteChunk chunk,
Request req)
throws IOException
- Read bytes into the specified chunk.
- Specified by:
doRead
in interface InputBuffer
- Throws:
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.