Class Redirect30xInterceptor


  • public class Redirect30xInterceptor
    extends Object
    • Field Detail

      • REDIRECT_STATUSES

        public static final Set<Integer> REDIRECT_STATUSES
    • Method Detail

      • exitAfterHandlingRedirect

        public boolean exitAfterHandlingRedirect​(io.netty.channel.Channel channel,
                                                 NettyResponseFuture<?> future,
                                                 io.netty.handler.codec.http.HttpResponse response,
                                                 Request request,
                                                 int statusCode,
                                                 Realm realm)
                                          throws Exception
        Throws:
        Exception