|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.openqa.jetty.http.ChunkingInputStream
public class ChunkingInputStream
Dechunk input. Or limit content length.
Constructor Summary | |
---|---|
ChunkingInputStream(LineInput in)
Constructor. |
Method Summary | |
---|---|
int |
available()
|
void |
close()
|
void |
mark(int readlimit)
Not Implemented. |
boolean |
markSupported()
Mark is not supported. |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
void |
reset()
Not Implemented. |
void |
resetStream()
|
long |
skip(long len)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChunkingInputStream(LineInput in)
Method Detail |
---|
public void resetStream()
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public long skip(long len) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
public void reset()
reset
in class InputStream
public void mark(int readlimit)
mark
in class InputStream
readlimit
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |