Class ChannelInterceptor

    • Constructor Detail

      • ChannelInterceptor

        public ChannelInterceptor()
    • 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