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