| Constructor and Description |
|---|
NettyInputStreamBody(java.io.InputStream inputStream) |
NettyInputStreamBody(java.io.InputStream inputStream,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
java.io.InputStream |
getInputStream() |
void |
write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentTypeOverridepublic NettyInputStreamBody(java.io.InputStream inputStream)
public NettyInputStreamBody(java.io.InputStream inputStream,
long contentLength)
public java.io.InputStream getInputStream()
public long getContentLength()
getContentLength in interface NettyBodypublic void write(io.netty.channel.Channel channel,
NettyResponseFuture<?> future)
throws java.io.IOException
Copyright © 2018. All Rights Reserved.