Class ChannelInterceptor
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.interceptor.ChannelInterceptor
-
- All Implemented Interfaces:
NettyInterceptor
public class ChannelInterceptor extends Object implements NettyInterceptor
-
-
Constructor Summary
Constructors Constructor Description ChannelInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRequestFailed(io.netty.channel.ChannelHandlerContext ctx, Throwable e)voidonRequestReceived(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpRequest request)voidonRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpResponse response)
-
-
-
Method Detail
-
onRequestFailed
public void onRequestFailed(io.netty.channel.ChannelHandlerContext ctx, Throwable e)- Specified by:
onRequestFailedin interfaceNettyInterceptor
-
onRequestReceived
public void onRequestReceived(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpRequest request)- Specified by:
onRequestReceivedin interfaceNettyInterceptor
-
onRequestSuccessed
public void onRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.HttpResponse response)- Specified by:
onRequestSuccessedin interfaceNettyInterceptor
-
-