Apache CXF API

org.apache.cxf.transport.http.netty.server.interceptor
Interface NettyInterceptor

All Known Implementing Classes:
ChannelInterceptor, HttpSessionInterceptor

public interface NettyInterceptor


Method Summary
 void onRequestFailed(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
           
 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)
           
 

Method Detail

onRequestReceived

void onRequestReceived(io.netty.channel.ChannelHandlerContext ctx,
                       io.netty.handler.codec.http.HttpRequest request)

onRequestSuccessed

void onRequestSuccessed(io.netty.channel.ChannelHandlerContext ctx,
                        io.netty.handler.codec.http.HttpResponse response)

onRequestFailed

void onRequestFailed(io.netty.channel.ChannelHandlerContext ctx,
                     Throwable cause)

Apache CXF API

Apache CXF