Uses of Class
org.forgerock.http.MutableUri
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Processes HTTP message header fields.
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of MutableUri in org.forgerock.http
Modifier and TypeMethodDescriptionChanges the base scheme, host and port of this MutableUri to that specified in a base URI, or leaves them unchanged if the base URI isnull
.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 isnull
.MutableUri.relativize
(MutableUri uri) Relativizes the given URI against this URI.MutableUri.resolve
(MutableUri uri) Resolves the given URI against this URI.static MutableUri
Factory method for avoiding typingnew MutableUri("http://...")
.Modifier and TypeMethodDescriptionint
MutableUri.compareTo
(MutableUri o) 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 isnull
.MutableUri.relativize
(MutableUri uri) Relativizes the given URI against this URI.MutableUri.resolve
(MutableUri uri) Resolves the given URI against this URI.ModifierConstructorDescriptionMutableUri
(MutableUri mutableUri) Builds a new MutableUri with deep copy. -
Uses of MutableUri in org.forgerock.http.header
Modifier and TypeMethodDescriptionReferrerHeader.getUri()
Get the URI value of theReferrer
header.Modifier and TypeMethodDescriptionReferrerHeader.setUri
(MutableUri uri) Set the URI value of theReferrer
header. -
Uses of MutableUri in org.forgerock.http.protocol
Modifier and TypeMethodDescriptionRequest.getUri()
Returns the fully-qualified URI of the resource being accessed.