Class HttpSessionInterceptor

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

public class HttpSessionInterceptor extends Object implements NettyInterceptor
  • Constructor Details

    • HttpSessionInterceptor

      public HttpSessionInterceptor(HttpSessionStore sessionStore)
  • Method Details

    • 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