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 String
getTargetContentEncoding
(String contentEncoding) Methods inherited from class io.netty.handler.codec.http.HttpContentDecompressor
newContentDecoder
Methods inherited from class io.netty.handler.codec.http.HttpContentDecoder
channelInactive, channelReadComplete, decode, handlerAdded, handlerRemoved
Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
CustomHttpContentDecompressor
public CustomHttpContentDecompressor()
-
-
Method Details
-
getTargetContentEncoding
- Overrides:
getTargetContentEncoding
in classio.netty.handler.codec.http.HttpContentDecoder
-