|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.client.RedirectLocations
@NotThreadSafe public class RedirectLocations
A collection of URIs that were used as redirects.
Constructor Summary | |
---|---|
RedirectLocations()
|
Method Summary | |
---|---|
void |
add(URI uri)
Adds a new URI to the list of redirects. |
boolean |
contains(URI uri)
Returns true if this collection contains the given URI. |
boolean |
remove(URI uri)
Removes a URI from the list of redirects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedirectLocations()
Method Detail |
---|
public boolean contains(URI uri)
public void add(URI uri)
public boolean remove(URI uri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |