Uses of Class
org.forgerock.http.MutableUri
Packages that use 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
Methods in org.forgerock.http that return MutableUriModifier 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://...")
.Methods in org.forgerock.http with parameters of type MutableUriModifier 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.Constructors in org.forgerock.http with parameters of type MutableUriModifierConstructorDescriptionMutableUri
(MutableUri mutableUri) Builds a new MutableUri with deep copy. -
Uses of MutableUri in org.forgerock.http.header
Methods in org.forgerock.http.header that return MutableUriModifier and TypeMethodDescriptionReferrerHeader.getUri()
Get the URI value of theReferrer
header.Methods in org.forgerock.http.header with parameters of type MutableUriModifier and TypeMethodDescriptionReferrerHeader.setUri
(MutableUri uri) Set the URI value of theReferrer
header. -
Uses of MutableUri in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return MutableUriModifier and TypeMethodDescriptionRequest.getUri()
Returns the fully-qualified URI of the resource being accessed.