public class ChannelInterceptor extends Object implements NettyInterceptor
| Constructor and Description |
|---|
ChannelInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestFailed(io.netty.channel.ChannelHandlerContext ctx,
Throwable e) |
void |
onRequestReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpRequest request) |
void |
onRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpResponse response) |
public void onRequestFailed(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
onRequestFailed in interface NettyInterceptorpublic void onRequestReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpRequest request)
onRequestReceived in interface NettyInterceptorpublic void onRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpResponse response)
onRequestSuccessed in interface NettyInterceptorApache CXF