Package org.apache.http.impl.client
Class RedirectLocations
java.lang.Object
org.apache.http.impl.client.RedirectLocations
public class RedirectLocations extends Object
A collection of URIs that were used as redirects.
-
Constructor Summary
Constructors Constructor Description RedirectLocations() -
Method Summary
-
Constructor Details
-
RedirectLocations
public RedirectLocations()
-
-
Method Details
-
contains
Returns true if this collection contains the given URI. -
add
Adds a new URI to the list of redirects. -
remove
Removes a URI from the list of redirects.
-