Class RestRequestHandler

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

    public class RestRequestHandler
    extends BaseHttpRequestHandler
    Netty handler for REST requests.
    Author:
    Sebastian Ɓaskawiec
    • Field Detail

      • logger

        protected static final org.infinispan.rest.logging.Log logger
      • restServer

        protected final RestServer restServer
    • Method Detail

      • channelRead0

        public void channelRead0​(io.netty.channel.ChannelHandlerContext ctx,
                                 io.netty.handler.codec.http.FullHttpRequest request)
      • exceptionCaught

        public void exceptionCaught​(io.netty.channel.ChannelHandlerContext ctx,
                                    Throwable e)