public class NettyByteBufferBody extends NettyDirectBody
| Constructor and Description |
|---|
NettyByteBufferBody(ByteBuffer bb) |
NettyByteBufferBody(ByteBuffer bb,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.buffer.ChannelBuffer |
channelBuffer() |
long |
getContentLength() |
String |
getContentType() |
writepublic NettyByteBufferBody(ByteBuffer bb)
public NettyByteBufferBody(ByteBuffer bb, String contentType)
public long getContentLength()
public String getContentType()
public org.jboss.netty.buffer.ChannelBuffer channelBuffer()
channelBuffer in class NettyDirectBodyCopyright © 2015. All Rights Reserved.