org.mortbay.jetty
Class HttpConnection.Input

java.lang.Object
  extended by java.io.InputStream
      extended by javax.servlet.ServletInputStream
          extended by org.mortbay.jetty.HttpConnection.Input
All Implemented Interfaces:
Closeable
Enclosing class:
HttpConnection

private class HttpConnection.Input
extends ServletInputStream


Constructor Summary
private HttpConnection.Input()
           
 
Method Summary
private  boolean blockForContent()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class javax.servlet.ServletInputStream
readLine
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnection.Input

private HttpConnection.Input()
Method Detail

blockForContent

private boolean blockForContent()
                         throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException