Example usage for org.apache.http.impl.client DefaultRedirectStrategy getLocationURI

List of usage examples for org.apache.http.impl.client DefaultRedirectStrategy getLocationURI

Introduction

In this page you can find the example usage for org.apache.http.impl.client DefaultRedirectStrategy getLocationURI.

Prototype

public URI getLocationURI(final HttpRequest request, final HttpResponse response, final HttpContext context)
            throws ProtocolException 

Source Link

Usage