Apache CXF API

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

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

public class HttpSessionInterceptor
extends Object
implements NettyInterceptor


Constructor Summary
HttpSessionInterceptor(HttpSessionStore sessionStore)
           
 
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

HttpSessionInterceptor

public HttpSessionInterceptor(HttpSessionStore sessionStore)
Method Detail

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

onRequestFailed

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

Apache CXF API

Apache CXF