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