org.eclipse.jetty.server
类 HttpInput

java.lang.Object
  继承者 java.io.InputStream
      继承者 javax.servlet.ServletInputStream
          继承者 org.eclipse.jetty.server.HttpInput
所有已实现的接口:
Closeable

public class HttpInput
extends ServletInputStream


字段摘要
protected  AbstractHttpConnection _connection
           
protected  HttpParser _parser
           
 
构造方法摘要
HttpInput(AbstractHttpConnection connection)
           
 
方法摘要
 int available()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
从类 javax.servlet.ServletInputStream 继承的方法
readLine
 
从类 java.io.InputStream 继承的方法
close, mark, markSupported, read, reset, skip
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_connection

protected final AbstractHttpConnection _connection

_parser

protected final HttpParser _parser
构造方法详细信息

HttpInput

public HttpInput(AbstractHttpConnection connection)
方法详细信息

read

public int read()
         throws IOException
指定者:
InputStream 中的 read
抛出:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
覆盖:
InputStream 中的 read
抛出:
IOException

available

public int available()
              throws IOException
覆盖:
InputStream 中的 available
抛出:
IOException


Copyright © 2013. All Rights Reserved.