Apache CXF API

org.apache.cxf.transport.http.netty.server.interceptor
Class ChannelInterceptor

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.interceptor.ChannelInterceptor
All Implemented Interfaces:
NettyInterceptor

public class ChannelInterceptor
extends Object
implements NettyInterceptor


Constructor Summary
ChannelInterceptor()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInterceptor

public ChannelInterceptor()
Method Detail

onRequestFailed

public void onRequestFailed(io.netty.channel.ChannelHandlerContext ctx,
                            Throwable e)
Specified by:
onRequestFailed in interface NettyInterceptor

onRequestReceived

public void onRequestReceived(io.netty.channel.ChannelHandlerContext ctx,
                              io.netty.handler.codec.http.HttpRequest request)
Specified by:
onRequestReceived in interface NettyInterceptor

onRequestSuccessed

public void onRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx,
                               io.netty.handler.codec.http.HttpResponse response)
Specified by:
onRequestSuccessed in interface NettyInterceptor

Apache CXF API

Apache CXF