public class NettyByteBufferBody extends NettyDirectBody
| Constructor and Description |
|---|
NettyByteBufferBody(ByteBuffer bb) |
NettyByteBufferBody(ByteBuffer bb,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
byteBuf() |
long |
getContentLength() |
String |
getContentType() |
writepublic NettyByteBufferBody(ByteBuffer bb)
public NettyByteBufferBody(ByteBuffer bb, String contentType)
public long getContentLength()
public String getContentType()
public io.netty.buffer.ByteBuf byteBuf()
byteBuf in class NettyDirectBodyCopyright © 2016. All Rights Reserved.