public class HttpSessionInterceptor extends Object implements NettyInterceptor
| Constructor and Description |
|---|
HttpSessionInterceptor(HttpSessionStore sessionStore) |
| 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) |
public HttpSessionInterceptor(HttpSessionStore sessionStore)
public void onRequestReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
onRequestReceived in interface NettyInterceptorpublic void onRequestSuccessed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e,
org.jboss.netty.handler.codec.http.HttpResponse response)
onRequestSuccessed in interface NettyInterceptorpublic void onRequestFailed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
onRequestFailed in interface NettyInterceptorApache CXF