org.mortbay.http.ajp
public class AJP13InputStream extends InputStream
| Method Summary | |
|---|---|
| int | available() |
| void | close() |
| void | destroy() |
| void | mark(int readLimit) |
| boolean | markSupported() |
| AJP13RequestPacket | nextPacket() |
| int | read() |
| int | read(byte[] b, int off, int len) |
| void | reset() |
| void | resetStream() |
| long | skip(long n) |
Returns: The next packet from the stream. The packet is recycled and is only valid until the next call to nextPacket or read().
Throws: IOException