Class DefaultRedirectHandler

    • Constructor Detail

      • DefaultRedirectHandler

        public DefaultRedirectHandler()
        Deprecated.
    • Method Detail

      • isRedirectRequested

        public boolean isRedirectRequested​(HttpResponse response,
                                           HttpContext context)
        Deprecated.
        Description copied from interface: RedirectHandler
        Determines if a request should be redirected to a new location given the response from the target server.
        Specified by:
        isRedirectRequested in interface RedirectHandler
        Parameters:
        response - the response received from the target server
        context - the context for the request execution
        Returns:
        true if the request should be redirected, false otherwise
      • getLocationURI

        public URI getLocationURI​(HttpResponse response,
                                  HttpContext context)
                           throws ProtocolException
        Deprecated.
        Description copied from interface: RedirectHandler
        Determines the location request is expected to be redirected to given the response from the target server and the current request execution context.
        Specified by:
        getLocationURI in interface RedirectHandler
        Parameters:
        response - the response received from the target server
        context - the context for the request execution
        Returns:
        redirect URI
        Throws:
        ProtocolException