Package | Description |
---|---|
org.forgerock.http | |
org.forgerock.http.protocol |
Modifier and Type | Method and Description |
---|---|
MutableUri |
MutableUri.rebase(MutableUri base)
Changes the base scheme, host and port of this MutableUri to that specified in a base URI,
or leaves them unchanged if the base URI is
null . |
MutableUri |
MutableUri.rebase(URI base)
Changes the base scheme, host and port of this MutableUri to that specified in a base URI,
or leaves them unchanged if the base URI is
null . |
MutableUri |
MutableUri.relativize(MutableUri uri)
Relativizes the given URI against this URI.
|
MutableUri |
MutableUri.resolve(MutableUri uri)
Resolves the given URI against this URI.
|
static MutableUri |
MutableUri.uri(String uri)
Factory method for avoiding typing
new MutableUri("http://...") . |
Modifier and Type | Method and Description |
---|---|
int |
MutableUri.compareTo(MutableUri o) |
MutableUri |
MutableUri.rebase(MutableUri base)
Changes the base scheme, host and port of this MutableUri to that specified in a base URI,
or leaves them unchanged if the base URI is
null . |
MutableUri |
MutableUri.relativize(MutableUri uri)
Relativizes the given URI against this URI.
|
MutableUri |
MutableUri.resolve(MutableUri uri)
Resolves the given URI against this URI.
|
Constructor and Description |
---|
MutableUri(MutableUri mutableUri)
Builds a new MutableUri with deep copy.
|
Modifier and Type | Method and Description |
---|---|
MutableUri |
Request.getUri()
Returns the fully-qualified URI of the resource being accessed.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.