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


构造方法摘要
Ajp13Parser.Input(Ajp13Parser parser, long maxIdleTime)
           
 
方法摘要
 int read()
           
 int read(byte[] b, int off, int len)
           
 
从类 javax.servlet.ServletInputStream 继承的方法
readLine
 
从类 java.io.InputStream 继承的方法
available, close, mark, markSupported, read, reset, skip
 
从类 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.