public class AJP13InputStream extends InputStream
| Modifier and Type | Method and Description |
|---|---|
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) |
readpublic void resetStream()
public void destroy()
public int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void mark(int readLimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic AJP13RequestPacket nextPacket() throws IOException
IOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionCopyright © 2016. All Rights Reserved.