public static class Ajp13Parser.Input extends 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) |
readLineavailable, close, mark, markSupported, read, reset, skippublic Ajp13Parser.Input(Ajp13Parser parser, long maxIdleTime)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.