public class RedirectLocations
extends java.lang.Object
Constructor and Description |
---|
RedirectLocations() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.net.URI uri)
Adds a new URI to the list of redirects.
|
boolean |
contains(java.net.URI uri)
Returns true if this collection contains the given URI.
|
boolean |
remove(java.net.URI uri)
Removes a URI from the list of redirects.
|