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
| 从类 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.