Package org.infinispan.rest.logging
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 RestAccessLoggingHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.FullHttpResponse response)
void
preLog(io.netty.handler.codec.http.FullHttpRequest request)
-