public class LazyResponseBodyPart extends HttpResponseBodyPart
| Constructor and Description |
|---|
LazyResponseBodyPart(io.netty.buffer.ByteBuf buf,
boolean last) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBodyByteBuffer() |
byte[] |
getBodyPartBytes()
Return the response body's part bytes received.
|
io.netty.buffer.ByteBuf |
getBuf() |
int |
length() |
isLastpublic LazyResponseBodyPart(io.netty.buffer.ByteBuf buf,
boolean last)
public io.netty.buffer.ByteBuf getBuf()
public int length()
length in class HttpResponseBodyPartpublic byte[] getBodyPartBytes()
getBodyPartBytes in class HttpResponseBodyPartpublic ByteBuffer getBodyByteBuffer()
getBodyByteBuffer in class HttpResponseBodyPartByteBuffer that wraps the actual bytes read from the response's chunk.
The ByteBuffer's capacity is equal to the number of bytes available.Copyright © 2016. All Rights Reserved.