org.mortbay.jetty.ajp
Class Ajp13Parser.Input

java.lang.Object
  extended by ServletInputStream
      extended by org.mortbay.jetty.ajp.Ajp13Parser.Input
Enclosing class:
Ajp13Parser

public static class Ajp13Parser.Input
extends ServletInputStream

TODO Make this common with HttpParser


Constructor Summary
Ajp13Parser.Input(Ajp13Parser parser, long maxIdleTime)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ajp13Parser.Input

public Ajp13Parser.Input(Ajp13Parser 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


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.