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 Details

    • RedirectLocations

      public RedirectLocations()
  • Method Details

    • contains

      public boolean contains​(URI uri)
      Returns true if this collection contains the given URI.
    • add

      public void add​(URI uri)
      Adds a new URI to the list of redirects.
    • remove

      public boolean remove​(URI uri)
      Removes a URI from the list of redirects.