Interface ServersideAbsoluteUrl

All Superinterfaces:
AbsoluteUri, AbsoluteUrl, Normalisable<AbsoluteUri>, org.wiremock.stringparser.ParsedString, Uri, Url, UrlWithAuthority
All Known Subinterfaces:
BaseUrl, Origin
All Known Implementing Classes:
BaseUrlValue

public interface ServersideAbsoluteUrl extends AbsoluteUrl
Represents an Absolute URL (a URL without an Fragment) as defined in RFC 3986 Section 4.3. The name ServersideAbsoluteUrl is used in preference to AbsoluteUrl because AbsoluteUrl is more familiarly used by developers to mean a URL that is not relative, rather than in the RFC 3986 sense of a complete URL without a fragment.

An ServersideAbsoluteUrl is a URL with no fragment, suitable for making requests for a representation over the network.

Implementations must be immutable and thread-safe.

See Also: