Class RestEasyHttpResponseEncoder

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

    @Sharable
    public class RestEasyHttpResponseEncoder
    extends io.netty.handler.codec.MessageToMessageEncoder<NettyHttpResponse>
    MessageToMessageEncoder implementation which encodes HttpResponse's to HttpResponse's This implementation is ChannelHandler.Sharable
    Author:
    Norman Maurer
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Constructor Detail

      • RestEasyHttpResponseEncoder

        public RestEasyHttpResponseEncoder()