org.eclipse.jetty.ajp
类 Ajp13Parser.Input
java.lang.Object
java.io.InputStream
javax.servlet.ServletInputStream
org.eclipse.jetty.ajp.Ajp13Parser.Input
- 所有已实现的接口:
- Closeable
- 包容类:
- Ajp13Parser
public static class Ajp13Parser.Input
- extends ServletInputStream
TODO Make this common with HttpParser
|
方法摘要 |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ajp13Parser.Input
public Ajp13Parser.Input(Ajp13Parser parser,
long maxIdleTime)
read
public int read()
throws IOException
- 指定者:
- 类
InputStream 中的 read
- 抛出:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- 覆盖:
- 类
InputStream 中的 read
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.