public interface NettyInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestFailed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
void |
onRequestReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
void |
onRequestSuccessed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.HttpResponse response) |
void onRequestReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
void onRequestSuccessed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.HttpResponse response)
void onRequestFailed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
Apache CXF