public static class Ajp13Parser.Input
extends javax.servlet.ServletInputStream
Constructor and Description |
---|
Ajp13Parser.Input(Ajp13Parser parser,
long maxIdleTime) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public Ajp13Parser.Input(Ajp13Parser parser, long maxIdleTime)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.