Class BaseHttpRequestHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    RestRequestHandler

    public abstract class BaseHttpRequestHandler
    extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>
    Since:
    10.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Method Detail

      • checkKeepAlive

        protected boolean checkKeepAlive()
      • getLogger

        protected abstract org.infinispan.rest.logging.Log getLogger()