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