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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomHttpContentDecompressor

      public CustomHttpContentDecompressor()
  • Method Details

    • getTargetContentEncoding

      protected String getTargetContentEncoding(String contentEncoding)
      Overrides:
      getTargetContentEncoding in class io.netty.handler.codec.http.HttpContentDecoder