org.mortbay.jetty
Class HttpParser.Input

java.lang.Object
  extended byjava.io.InputStream
      extended byjavax.servlet.ServletInputStream
          extended byorg.mortbay.jetty.HttpParser.Input
Enclosing class:
HttpParser

public static class HttpParser.Input
extends ServletInputStream


Field Summary
protected  View _content
           
protected  EndPoint _endp
           
protected  long _maxIdleTime
           
protected  HttpParser _parser
           
 
Constructor Summary
HttpParser.Input(HttpParser parser, long maxIdleTime)
           
 
Method Summary
 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
 

Field Detail

_parser

protected HttpParser _parser

_endp

protected EndPoint _endp

_maxIdleTime

protected long _maxIdleTime

_content

protected View _content
Constructor Detail

HttpParser.Input

public HttpParser.Input(HttpParser parser,
                        long maxIdleTime)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

read

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