| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CHUNK_SIZE |
| Constructor and Description |
|---|
BodyChunkedInput(Body body) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isEndOfInput() |
io.netty.buffer.ByteBuf |
readChunk(ChannelHandlerContext ctx) |
public static final int DEFAULT_CHUNK_SIZE
public BodyChunkedInput(Body body)
public io.netty.buffer.ByteBuf readChunk(ChannelHandlerContext ctx) throws Exception
readChunk in interface io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>Exceptionpublic boolean isEndOfInput()
throws Exception
isEndOfInput in interface io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>ExceptionCopyright © 2016. All Rights Reserved.