|
||||||||||
| 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
This class represents a collection of URIs used as redirect locations.
| Constructor Summary | |
|---|---|
RedirectLocations()
|
|
| Method Summary | |
|---|---|
void |
add(URI uri)
Adds a new URI to the collection. |
boolean |
contains(URI uri)
Test if the URI is present in the collection. |
List<URI> |
getAll()
Returns all redirect URIs in the order they were added to the collection. |
boolean |
remove(URI uri)
Removes a URI from the collection. |
| 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)
public List<URI> getAll()
URIs in the order they were added to the collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||