Class RestEasyHttpRequestDecoder

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    @Sharable
    public class RestEasyHttpRequestDecoder
    extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.HttpRequest>
    This MessageToMessageDecoder is responsible for decode HttpRequest to NettyHttpRequest's This implementation is ChannelHandler.Sharable
    Author:
    Norman Maurer