| Constructor and Description |
|---|
NettyReactiveStreamsBody(org.reactivestreams.Publisher<ByteBuffer> publisher,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentType() |
void |
write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
public NettyReactiveStreamsBody(org.reactivestreams.Publisher<ByteBuffer> publisher, long contentLength)
public long getContentLength()
getContentLength in interface NettyBodypublic String getContentType()
getContentType in interface NettyBodypublic void write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future)
throws IOException
write in interface NettyBodyIOExceptionCopyright © 2017. All Rights Reserved.