| Constructor and Description |
|---|
BodyChunkedInput(Body body) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNextChunk() |
boolean |
isEndOfInput() |
Object |
nextChunk() |
public BodyChunkedInput(Body body)
public boolean hasNextChunk()
throws Exception
hasNextChunk in interface org.jboss.netty.handler.stream.ChunkedInputExceptionpublic Object nextChunk() throws Exception
nextChunk in interface org.jboss.netty.handler.stream.ChunkedInputExceptionpublic boolean isEndOfInput()
throws Exception
isEndOfInput in interface org.jboss.netty.handler.stream.ChunkedInputExceptionCopyright © 2015. All Rights Reserved.