Class HttpSessionInterceptor

    • 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