Class RestAccessLoggingHandler

java.lang.Object
org.infinispan.rest.logging.RestAccessLoggingHandler

public class RestAccessLoggingHandler extends Object
Logging filter that can be used to output requests in a similar fashion to HTTPD log output
Since:
9.0
Author:
wburns
  • Constructor Details

    • RestAccessLoggingHandler

      public RestAccessLoggingHandler()
  • Method Details

    • preLog

      public void preLog(io.netty.handler.codec.http.FullHttpRequest request)
    • log

      public void log(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.HttpResponse response)