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, 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 © 1995-2015 Mort Bay Consulting. All Rights Reserved.