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.httpMethods 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 MutableUriFactory method for avoiding typingnew MutableUri("http://...").Methods in org.forgerock.http with parameters of type MutableUriModifier and TypeMethodDescriptionintMutableUri.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.headerMethods in org.forgerock.http.header that return MutableUriModifier and TypeMethodDescriptionReferrerHeader.getUri()Get the URI value of theReferrerheader.Methods in org.forgerock.http.header with parameters of type MutableUriModifier and TypeMethodDescriptionReferrerHeader.setUri(MutableUri uri) Set the URI value of theReferrerheader.
- 
Uses of MutableUri in org.forgerock.http.protocolMethods in org.forgerock.http.protocol that return MutableUriModifier and TypeMethodDescriptionRequest.getUri()Returns the fully-qualified URI of the resource being accessed.