Package org.infinispan.rest.logging
Class RestAccessLoggingHandler
java.lang.Object
org.infinispan.rest.logging.RestAccessLoggingHandler
Logging filter that can be used to output requests in a similar fashion to HTTPD log output
- Since:
- 9.0
- Author:
- wburns
-
Constructor Summary
-
Method Summary
-
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)
-