Class CustomHttpContentDecompressor
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.HttpObject>
io.netty.handler.codec.http.HttpContentDecoder
io.netty.handler.codec.http.HttpContentDecompressor
io.gatling.http.client.impl.compression.CustomHttpContentDecompressor
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public final class CustomHttpContentDecompressor
extends io.netty.handler.codec.http.HttpContentDecompressor
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields inherited from class io.netty.handler.codec.http.HttpContentDecoder
ctx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetTargetContentEncoding(String contentEncoding) Methods inherited from class io.netty.handler.codec.http.HttpContentDecompressor
newContentDecoderMethods inherited from class io.netty.handler.codec.http.HttpContentDecoder
channelInactive, channelReadComplete, decode, handlerAdded, handlerRemovedMethods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
CustomHttpContentDecompressor
public CustomHttpContentDecompressor()
-
-
Method Details
-
getTargetContentEncoding
- Overrides:
getTargetContentEncodingin classio.netty.handler.codec.http.HttpContentDecoder
-