public class SimpleCompressionHandler
extends io.netty.handler.codec.http.HttpContentCompressor
| Constructor and Description |
|---|
SimpleCompressionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg,
io.netty.channel.ChannelPromise promise) |
beginEncode, determineWrapper, handlerAddedacceptOutboundMessage, channelInactive, decode, encode, handlerRemovedacceptInboundMessage, channelReadbind, close, connect, deregister, disconnect, flush, readchannelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic void write(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg,
io.netty.channel.ChannelPromise promise)
throws java.lang.Exception
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.handler.codec.MessageToMessageCodec<io.netty.handler.codec.http.HttpRequest,io.netty.handler.codec.http.HttpObject>java.lang.Exception