Apache Tomcat 6.0.53

org.apache.coyote.http11
Class InternalNioInputBuffer.SocketInputBuffer

java.lang.Object
  extended by org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
All Implemented Interfaces:
InputBuffer
Enclosing class:
InternalNioInputBuffer

protected class InternalNioInputBuffer.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 InternalNioInputBuffer.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

InternalNioInputBuffer.SocketInputBuffer

protected InternalNioInputBuffer.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

Apache Tomcat 6.0.53

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