Package | Description |
---|---|
org.forgerock.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.http.header |
Processes HTTP message header fields.
|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.websocket |
WebSocket proxy support.
|
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 |
ReferrerHeader.getUri()
Get the URI value of the
Referrer header. |
Modifier and Type | Method and Description |
---|---|
ReferrerHeader |
ReferrerHeader.setUri(MutableUri uri)
Set the URI value of the
Referrer header. |
Modifier and Type | Method and Description |
---|---|
MutableUri |
Request.getUri()
Returns the fully-qualified URI of the resource being accessed.
|
Modifier and Type | Method and Description |
---|---|
static String |
UriUtils.getNonEmptyPath(MutableUri uri)
Returns / when the given
uri has no path component, returns the uri path otherwise. |
Copyright 2011-2017 ForgeRock AS.