org.apache.coyote.http11
Class InternalAprInputBuffer.SocketInputBuffer

java.lang.Object
  extended byorg.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
All Implemented Interfaces:
InputBuffer
Enclosing class:
InternalAprInputBuffer

protected class InternalAprInputBuffer.SocketInputBuffer
extends java.lang.Object
implements InputBuffer

This class is an input buffer which will read its data from an input stream.


Constructor Summary
protected InternalAprInputBuffer.SocketInputBuffer()
           
 
Method Summary
 int doRead(ByteChunk chunk, Request req)
          Read bytes into the specified chunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalAprInputBuffer.SocketInputBuffer

protected InternalAprInputBuffer.SocketInputBuffer()
Method Detail

doRead

public int doRead(ByteChunk chunk,
                  Request req)
           throws java.io.IOException
Read bytes into the specified chunk.

Specified by:
doRead in interface InputBuffer
Throws:
java.io.IOException


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.