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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.HttpResponse response)
     
    void
    preLog(io.netty.handler.codec.http.FullHttpRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)