Interface NettyBody
-
- All Known Implementing Classes:
NettyBodyBody,NettyByteArrayBody,NettyByteBufBody,NettyByteBufferBody,NettyCompositeByteArrayBody,NettyDirectBody,NettyFileBody,NettyInputStreamBody,NettyMultipartBody
public interface NettyBody
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetContentLength()default CharSequencegetContentTypeOverride()voidwrite(io.netty.channel.Channel channel, NettyResponseFuture<?> future)
-
-
-
Method Detail
-
getContentLength
long getContentLength()
-
getContentTypeOverride
default CharSequence getContentTypeOverride()
-
write
void write(io.netty.channel.Channel channel, NettyResponseFuture<?> future) throws IOException- Throws:
IOException
-
-