Interface CustomRedirectStrategy


  • public interface CustomRedirectStrategy
    • Method Detail

      • shouldRedirect

        boolean shouldRedirect​(@Nullable
                               String requestUri,
                               int responseCode,
                               @Nullable
                               String responseReasonPhrase)