Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbsoluteUri - Interface in org.wiremock.url
-
Represents a full URI as defined in RFC 3986.
- AbsoluteUri.Builder<SELF extends AbsoluteUri.Builder<SELF>> - Interface in org.wiremock.url
- AbsoluteUri.Transformer<SELF extends AbsoluteUri.Transformer<SELF>> - Interface in org.wiremock.url
- AbsoluteUriParser - Class in org.wiremock.url
- AbsoluteUriParser(UriParser) - Constructor for class org.wiremock.url.AbsoluteUriParser
- AbsoluteUrl - Interface in org.wiremock.url
-
Represents a Uniform Resource Locator (URL) as defined in RFC 3986.
- AbsoluteUrl.Builder - Interface in org.wiremock.url
- AbsoluteUrl.Transformer - Interface in org.wiremock.url
- AbsoluteUrlParser - Class in org.wiremock.url
- AbsoluteUrlParser(UriParser) - Constructor for class org.wiremock.url.AbsoluteUrlParser
- append(String, String, String...) - Method in interface org.wiremock.url.Query.Builder
- append(Path) - Method in interface org.wiremock.url.Path
- append(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query.Builder
- append(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query.Builder
- asDecodedMap() - Method in interface org.wiremock.url.QueryParamReader
-
Returns a map of all query parameters with decoded keys and values.
- asMap() - Method in interface org.wiremock.url.QueryParamReader
- authority - Variable in class org.wiremock.url.BaseUrlValue
- Authority - Interface in org.wiremock.url
-
Represents the authority component of a URI as defined in RFC 3986 Section 3.2.
- AuthorityParser - Class in org.wiremock.url
- AuthorityParser() - Constructor for class org.wiremock.url.AuthorityParser
B
- BaseUrl - Interface in org.wiremock.url
-
A base url is a url whose path is either empty or ends with a slash, and which has neither a query nor a fragment.
- BaseUrlParser - Class in org.wiremock.url
- BaseUrlParser(UriParser) - Constructor for class org.wiremock.url.BaseUrlParser
- BaseUrlValue - Class in org.wiremock.url
- build() - Method in interface org.wiremock.url.AbsoluteUri.Builder
- build() - Method in interface org.wiremock.url.AbsoluteUri.Transformer
- build() - Method in interface org.wiremock.url.AbsoluteUrl.Builder
- build() - Method in interface org.wiremock.url.AbsoluteUrl.Transformer
- build() - Method in interface org.wiremock.url.Query.Builder
- build() - Method in interface org.wiremock.url.RelativeUrl.Builder
- build() - Method in interface org.wiremock.url.UriBaseBuilder
- build() - Method in interface org.wiremock.url.Url.Builder
- build() - Method in interface org.wiremock.url.Url.Transformer
- builder() - Static method in interface org.wiremock.url.Query
- builder() - Static method in interface org.wiremock.url.RelativeUrl
-
Creates a new builder
- builder() - Static method in interface org.wiremock.url.Uri
-
Creates a new builder for constructing URI references.
- builder() - Static method in interface org.wiremock.url.Url
-
Creates a new builder
- builder(AbsoluteUri) - Static method in interface org.wiremock.url.AbsoluteUri
- builder(AbsoluteUrl) - Static method in interface org.wiremock.url.AbsoluteUrl
-
Creates a builder initialized with the values from the given URL.
- builder(RelativeUrl) - Static method in interface org.wiremock.url.RelativeUrl
-
Creates a builder initialized with the values from the given URL.
- builder(Scheme) - Static method in interface org.wiremock.url.AbsoluteUri
- builder(Scheme, Authority) - Static method in interface org.wiremock.url.AbsoluteUrl
-
Creates a new builder with the given scheme and authority.
- builder(Uri) - Static method in interface org.wiremock.url.Uri
-
Creates a new builder initialized with the values from the given URI reference.
- builder(Url) - Static method in interface org.wiremock.url.Url
-
Creates a builder initialized with the values from the given URL.
C
- concat(Collection<? extends C>) - Static method in class org.wiremock.url.Lists
- concat(Collection<? extends T>...) - Static method in class org.wiremock.url.Lists
- concat(Stream<C>) - Static method in class org.wiremock.url.Lists
- contains(String) - Method in interface org.wiremock.url.QueryParamReader
- contains(QueryParamKey) - Method in interface org.wiremock.url.QueryParamReader
D
- decode() - Method in interface org.wiremock.url.PercentEncoded
-
Decodes all percent-encoded sequences in this string.
- DefaultSchemeRegistry - Class in org.wiremock.url
- DefaultSchemeRegistry() - Constructor for class org.wiremock.url.DefaultSchemeRegistry
- DOT - Static variable in interface org.wiremock.url.Segment
-
A dot segment (
.) representing the current directory. - DOT_DOT - Static variable in interface org.wiremock.url.Segment
-
A dot-dot segment (
..) representing the parent directory.
E
- EMPTY - Static variable in interface org.wiremock.url.Fragment
- EMPTY - Static variable in interface org.wiremock.url.Host
- EMPTY - Static variable in interface org.wiremock.url.HostAndPort
- EMPTY - Static variable in interface org.wiremock.url.Path
-
An empty path with no segments.
- EMPTY - Static variable in interface org.wiremock.url.PathAndQuery
-
An empty path and query with no components.
- EMPTY - Static variable in interface org.wiremock.url.Query
- EMPTY - Static variable in interface org.wiremock.url.QueryParamKey
- EMPTY - Static variable in interface org.wiremock.url.QueryParamValue
- EMPTY - Static variable in interface org.wiremock.url.Segment
-
An empty path segment.
- encode(String) - Static method in interface org.wiremock.url.Fragment
-
Encodes a string into a valid fragment with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.FragmentParser
- encode(String) - Static method in interface org.wiremock.url.Host
-
Encodes a string into a valid host with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.HostParser
- encode(String) - Static method in interface org.wiremock.url.Password
-
Encodes a string into a valid password with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.PasswordParser
- encode(String) - Static method in interface org.wiremock.url.Path
-
Encodes a string into a valid path with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.PathParser
- encode(String) - Method in interface org.wiremock.url.PercentEncodedStringParser
- encode(String) - Static method in interface org.wiremock.url.Query
-
Encodes a string into a valid query with proper percent-encoding.
- encode(String) - Static method in interface org.wiremock.url.QueryParamKey
- encode(String) - Method in class org.wiremock.url.QueryParamKeyParser
- encode(String) - Static method in interface org.wiremock.url.QueryParamValue
- encode(String) - Method in class org.wiremock.url.QueryParamValueParser
- encode(String) - Method in class org.wiremock.url.QueryParser
- encode(String) - Static method in interface org.wiremock.url.Segment
-
Encodes a string into a valid path segment with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.SegmentParser
- encode(String) - Static method in interface org.wiremock.url.UserInfo
-
Encodes a string into valid user info with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.UserInfoParser
- encode(String) - Static method in interface org.wiremock.url.Username
-
Encodes a string into a valid username with proper percent-encoding.
- encode(String) - Method in class org.wiremock.url.UsernameParser
- equals(Object) - Method in class org.wiremock.url.BaseUrlValue
- equals(Authority, Object) - Static method in interface org.wiremock.url.Authority
F
- file - Static variable in interface org.wiremock.url.SchemeRegistry
- fragment - Variable in class org.wiremock.url.BaseUrlValue
- Fragment - Interface in org.wiremock.url
-
Represents the fragment component of a URI as defined in RFC 3986 Section 3.5.
- FragmentParser - Class in org.wiremock.url
- FragmentParser() - Constructor for class org.wiremock.url.FragmentParser
- ftp - Static variable in interface org.wiremock.url.SchemeRegistry
G
- get(String) - Method in interface org.wiremock.url.QueryParamReader
- get(QueryParamKey) - Method in interface org.wiremock.url.QueryParamReader
- getAuthority() - Method in interface org.wiremock.url.AbsoluteUrl
-
Returns the authority component of this URL.
- getAuthority() - Method in class org.wiremock.url.BaseUrlValue
- getAuthority() - Method in interface org.wiremock.url.OpaqueUri
-
Deprecated.
- getAuthority() - Method in interface org.wiremock.url.Origin
-
Returns the authority component of this origin.
- getAuthority() - Method in interface org.wiremock.url.PathAndQuery
-
Deprecated.This always returns null so you have no reason to ever call it
- getAuthority() - Method in interface org.wiremock.url.SchemeRelativeUrl
-
Returns the authority component of this scheme relative url, which should always be present.
- getAuthority() - Method in interface org.wiremock.url.Uri
-
Returns the authority component of this URI reference, or
nullif there is no authority. - getAuthority() - Method in interface org.wiremock.url.UriBaseBuilder
- getAuthority() - Method in interface org.wiremock.url.UrlWithAuthority
-
Returns the authority component of this URL.
- getDecoded(String) - Method in interface org.wiremock.url.QueryParamReader
-
Returns all decoded values for the given key.
- getDefaultPort() - Method in interface org.wiremock.url.Scheme
- getEntries() - Method in interface org.wiremock.url.QueryParamReader
- getFirst(String) - Method in interface org.wiremock.url.QueryParamReader
- getFirst(QueryParamKey) - Method in interface org.wiremock.url.QueryParamReader
- getFirstDecoded(String) - Method in interface org.wiremock.url.QueryParamReader
-
Returns the first decoded value for the given key.
- getFirstSegment() - Method in interface org.wiremock.url.Path
- getFragment() - Method in class org.wiremock.url.BaseUrlValue
- getFragment() - Method in interface org.wiremock.url.PathAndQuery
-
Deprecated.This always returns null so you have no reason to ever call it
- getFragment() - Method in interface org.wiremock.url.ServersideAbsoluteUrl
-
Deprecated.This always returns null so you have no reason to ever call it
- getFragment() - Method in interface org.wiremock.url.Uri
-
Returns the fragment component of this URI reference, or
nullif there is no fragment. - getFragment() - Method in interface org.wiremock.url.UriBaseBuilder
- getHost() - Method in interface org.wiremock.url.AbsoluteUrl
- getHost() - Method in interface org.wiremock.url.Authority
-
Returns the host component.
- getHost() - Method in interface org.wiremock.url.OpaqueUri
-
Deprecated.
- getHost() - Method in interface org.wiremock.url.Uri
-
Returns the host component from the authority, or
nullif there is no authority. - getHost() - Method in interface org.wiremock.url.UriBaseBuilder
- getHostAndPort() - Method in interface org.wiremock.url.Authority
-
Returns the host and port as a
HostAndPort. - getHostAndPort() - Method in interface org.wiremock.url.HostAndPort
-
Deprecated.This always returns this so you have no reason to ever call it
- getIntValue() - Method in interface org.wiremock.url.Port
- getKeys() - Method in interface org.wiremock.url.QueryParamReader
- getLastSegment() - Method in interface org.wiremock.url.Path
- getMaybePort() - Method in interface org.wiremock.url.Authority
-
Returns an optional representation of the port to distinguish between no port and empty port.
- getOrigin() - Method in interface org.wiremock.url.AbsoluteUrl
-
Returns the origin of this URL, consisting of the scheme, host, and port.
- getOrigin() - Method in interface org.wiremock.url.Origin
-
Deprecated.
- getPassword() - Method in interface org.wiremock.url.UserInfo
-
Returns the password component, or
nullif there is no password. - getPath() - Method in class org.wiremock.url.BaseUrlValue
- getPath() - Method in interface org.wiremock.url.Origin
-
Deprecated.This always returns empty so you have no reason to ever call it
- getPath() - Method in interface org.wiremock.url.Uri
-
Returns the path component of this URI reference.
- getPath() - Method in interface org.wiremock.url.UriBaseBuilder
- getPathAndQuery() - Method in interface org.wiremock.url.Origin
-
Deprecated.This always returns empty so you have no reason to ever call it
- getPathAndQuery() - Method in interface org.wiremock.url.PathAndQuery
-
Deprecated.
- getPathAndQuery() - Method in interface org.wiremock.url.Url
-
Returns the path and query components combined.
- getPort() - Method in interface org.wiremock.url.Authority
-
Returns the port component, or
nullif there is no port. - getPort() - Method in interface org.wiremock.url.OpaqueUri
-
Deprecated.
- getPort() - Method in interface org.wiremock.url.Uri
-
Returns the port component from the authority, or
nullif there is no authority or no port. - getPort() - Method in interface org.wiremock.url.UriBaseBuilder
- getQuery() - Method in class org.wiremock.url.BaseUrlValue
- getQuery() - Method in interface org.wiremock.url.BaseUrl
-
Deprecated.This always returns null so you have no reason to ever call it
- getQuery() - Method in interface org.wiremock.url.Origin
-
Deprecated.This always returns null so you have no reason to ever call it
- getQuery() - Method in interface org.wiremock.url.Uri
-
Returns the query component of this URI reference, or
nullif there is no query. - getQuery() - Method in interface org.wiremock.url.UriBaseBuilder
- getQueryBuilder() - Method in interface org.wiremock.url.UriBaseBuilder
- getQueryOrEmpty() - Method in interface org.wiremock.url.Uri
- getResolvedPort() - Method in interface org.wiremock.url.OpaqueUri
-
Deprecated.
- getResolvedPort() - Method in interface org.wiremock.url.Uri
-
Returns the resolved port, which is either the explicitly defined port or the default port for the scheme.
- getScheme() - Method in interface org.wiremock.url.AbsoluteUri.Builder
- getScheme() - Method in interface org.wiremock.url.AbsoluteUri
- getScheme() - Method in interface org.wiremock.url.AbsoluteUrl.Builder
- getScheme() - Method in class org.wiremock.url.BaseUrlValue
- getScheme() - Method in interface org.wiremock.url.RelativeUrl
-
Deprecated.This always returns null so you have no reason to ever call it
- getScheme() - Method in interface org.wiremock.url.Uri.Builder
- getScheme() - Method in interface org.wiremock.url.Uri
-
Returns the scheme component of this URI, or
nullif it is a URI Reference and so there is no scheme. - getScheme() - Method in interface org.wiremock.url.Uri.Transformer
- getScheme() - Method in interface org.wiremock.url.Url.Builder
- getSchemeRelativeUrl() - Method in interface org.wiremock.url.AbsoluteUrl
- getSchemeRelativeUrl() - Method in interface org.wiremock.url.SchemeRelativeUrl
-
Deprecated.
- getSchemeRelativeUrl() - Method in interface org.wiremock.url.UrlWithAuthority
- getSegments() - Method in interface org.wiremock.url.Path
-
Returns the segments of this path.
- getServersideAbsoluteUrl() - Method in interface org.wiremock.url.AbsoluteUrl
-
Returns the serverside absolute URL of this URL, this URL without a fragment
- getServersideAbsoluteUrl() - Method in interface org.wiremock.url.BaseUrl
-
Deprecated.
- getServersideAbsoluteUrl() - Method in interface org.wiremock.url.Origin
-
Deprecated.
- getServersideAbsoluteUrl() - Method in interface org.wiremock.url.ServersideAbsoluteUrl
-
Deprecated.
- getType() - Method in class org.wiremock.url.AbsoluteUriParser
- getType() - Method in class org.wiremock.url.AbsoluteUrlParser
- getType() - Method in class org.wiremock.url.AuthorityParser
- getType() - Method in class org.wiremock.url.BaseUrlParser
- getType() - Method in class org.wiremock.url.FragmentParser
- getType() - Method in class org.wiremock.url.HostAndPortParser
- getType() - Method in class org.wiremock.url.HostParser
- getType() - Method in class org.wiremock.url.OpaqueUriParser
- getType() - Method in class org.wiremock.url.OriginParser
- getType() - Method in class org.wiremock.url.PasswordParser
- getType() - Method in class org.wiremock.url.PathAndQueryParser
- getType() - Method in class org.wiremock.url.PathParser
- getType() - Method in class org.wiremock.url.PortParser
- getType() - Method in class org.wiremock.url.QueryParamKeyParser
- getType() - Method in class org.wiremock.url.QueryParamValueParser
- getType() - Method in class org.wiremock.url.QueryParser
- getType() - Method in class org.wiremock.url.RelativeUrlParser
- getType() - Method in interface org.wiremock.url.SchemeRegistry
- getType() - Method in class org.wiremock.url.SchemeRelativeUrlParser
- getType() - Method in class org.wiremock.url.SegmentParser
- getType() - Method in class org.wiremock.url.ServersideAbsoluteUrlParser
- getType() - Method in class org.wiremock.url.UriParser
- getType() - Method in class org.wiremock.url.UrlParser
- getType() - Method in class org.wiremock.url.UrlWithAuthorityParser
- getType() - Method in class org.wiremock.url.UserInfoParser
- getType() - Method in class org.wiremock.url.UsernameParser
- getUserInfo() - Method in interface org.wiremock.url.Authority
-
Returns the user info component, or
nullif there is no user info. - getUserInfo() - Method in interface org.wiremock.url.HostAndPort
-
Deprecated.This always returns null so you have no reason to ever call it
- getUserInfo() - Method in interface org.wiremock.url.OpaqueUri
-
Deprecated.
- getUserInfo() - Method in interface org.wiremock.url.Uri
-
Returns the user info component from the authority, or
nullif there is no authority or no user info. - getUserInfo() - Method in interface org.wiremock.url.UriBaseBuilder
- getUsername() - Method in interface org.wiremock.url.UserInfo
-
Returns the username component.
H
- hashCode() - Method in class org.wiremock.url.BaseUrlValue
- hashCode(Authority) - Static method in interface org.wiremock.url.Authority
- Host - Interface in org.wiremock.url
-
Represents the host component of a URI as defined in RFC 3986 Section 3.2.2.
- HostAndPort - Interface in org.wiremock.url
-
Represents an authority component consisting of only a host and optional port, with no user info.
- HostAndPortParser - Class in org.wiremock.url
- HostAndPortParser() - Constructor for class org.wiremock.url.HostAndPortParser
- HostParser - Class in org.wiremock.url
- HostParser() - Constructor for class org.wiremock.url.HostParser
- http - Static variable in interface org.wiremock.url.SchemeRegistry
- https - Static variable in interface org.wiremock.url.SchemeRegistry
I
- IllegalAbsoluteUri - Exception in org.wiremock.url
- IllegalAbsoluteUri(String) - Constructor for exception org.wiremock.url.IllegalAbsoluteUri
- IllegalAbsoluteUri(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAbsoluteUri
- IllegalAbsoluteUri(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAbsoluteUri
- IllegalAbsoluteUrl - Exception in org.wiremock.url
- IllegalAbsoluteUrl(String) - Constructor for exception org.wiremock.url.IllegalAbsoluteUrl
- IllegalAbsoluteUrl(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAbsoluteUrl
- IllegalAbsoluteUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAbsoluteUrl
- IllegalAuthority - Exception in org.wiremock.url
- IllegalAuthority(String) - Constructor for exception org.wiremock.url.IllegalAuthority
- IllegalAuthority(String, String) - Constructor for exception org.wiremock.url.IllegalAuthority
- IllegalAuthority(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAuthority
- IllegalAuthority(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalAuthority
- IllegalBaseUrl - Exception in org.wiremock.url
- IllegalBaseUrl(String, String) - Constructor for exception org.wiremock.url.IllegalBaseUrl
- IllegalBaseUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalBaseUrl
- IllegalFragment - Exception in org.wiremock.url
- IllegalFragment(String) - Constructor for exception org.wiremock.url.IllegalFragment
- IllegalHost - Exception in org.wiremock.url
- IllegalHost(String) - Constructor for exception org.wiremock.url.IllegalHost
- IllegalHostAndPort - Exception in org.wiremock.url
- IllegalHostAndPort(String) - Constructor for exception org.wiremock.url.IllegalHostAndPort
- IllegalOpaqueUri - Exception in org.wiremock.url
- IllegalOpaqueUri(String) - Constructor for exception org.wiremock.url.IllegalOpaqueUri
- IllegalOpaqueUri(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalOpaqueUri
- IllegalOpaqueUri(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalOpaqueUri
- IllegalOrigin - Exception in org.wiremock.url
- IllegalOrigin(String) - Constructor for exception org.wiremock.url.IllegalOrigin
- IllegalOrigin(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalOrigin
- IllegalPassword - Exception in org.wiremock.url
- IllegalPassword(String) - Constructor for exception org.wiremock.url.IllegalPassword
- IllegalPath - Exception in org.wiremock.url
- IllegalPath(String) - Constructor for exception org.wiremock.url.IllegalPath
- IllegalPath(String, String) - Constructor for exception org.wiremock.url.IllegalPath
- IllegalPathAndQuery - Exception in org.wiremock.url
- IllegalPathAndQuery(String) - Constructor for exception org.wiremock.url.IllegalPathAndQuery
- IllegalPathAndQuery(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalPathAndQuery
- IllegalPathAndQuery(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalPathAndQuery
- IllegalPort - Exception in org.wiremock.url
- IllegalPort(int) - Constructor for exception org.wiremock.url.IllegalPort
- IllegalPort(String) - Constructor for exception org.wiremock.url.IllegalPort
- IllegalQuery - Exception in org.wiremock.url
- IllegalQuery(String) - Constructor for exception org.wiremock.url.IllegalQuery
- IllegalQueryParamKey - Exception in org.wiremock.url
- IllegalQueryParamKey(String) - Constructor for exception org.wiremock.url.IllegalQueryParamKey
- IllegalQueryParamValue - Exception in org.wiremock.url
- IllegalQueryParamValue(String) - Constructor for exception org.wiremock.url.IllegalQueryParamValue
- IllegalRelativeUrl - Exception in org.wiremock.url
- IllegalRelativeUrl(String) - Constructor for exception org.wiremock.url.IllegalRelativeUrl
- IllegalRelativeUrl(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalRelativeUrl
- IllegalRelativeUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalRelativeUrl
- IllegalScheme - Exception in org.wiremock.url
- IllegalScheme(String) - Constructor for exception org.wiremock.url.IllegalScheme
- IllegalSchemeRelativeUrl - Exception in org.wiremock.url
- IllegalSchemeRelativeUrl(String) - Constructor for exception org.wiremock.url.IllegalSchemeRelativeUrl
- IllegalSchemeRelativeUrl(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalSchemeRelativeUrl
- IllegalSchemeRelativeUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalSchemeRelativeUrl
- IllegalSegment - Exception in org.wiremock.url
- IllegalSegment(String) - Constructor for exception org.wiremock.url.IllegalSegment
- IllegalServersideAbsoluteUrl - Exception in org.wiremock.url
- IllegalServersideAbsoluteUrl(String) - Constructor for exception org.wiremock.url.IllegalServersideAbsoluteUrl
- IllegalServersideAbsoluteUrl(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalServersideAbsoluteUrl
- IllegalServersideAbsoluteUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalServersideAbsoluteUrl
- IllegalUri - Exception in org.wiremock.url
- IllegalUri(String) - Constructor for exception org.wiremock.url.IllegalUri
- IllegalUri(String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalUri
- IllegalUri(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalUri
- IllegalUriOrPart - Exception in org.wiremock.url
- IllegalUriOrPart(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalUriOrPart
- IllegalUriPart - Exception in org.wiremock.url
- IllegalUriPart(String, String) - Constructor for exception org.wiremock.url.IllegalUriPart
- IllegalUriPart(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalUriPart
- IllegalUrl - Exception in org.wiremock.url
- IllegalUrl(String, String) - Constructor for exception org.wiremock.url.IllegalUrl
- IllegalUrl(String, String, IllegalUriPart) - Constructor for exception org.wiremock.url.IllegalUrl
- IllegalUserInfo - Exception in org.wiremock.url
- IllegalUserInfo(String) - Constructor for exception org.wiremock.url.IllegalUserInfo
- IllegalUsername - Exception in org.wiremock.url
- IllegalUsername(String) - Constructor for exception org.wiremock.url.IllegalUsername
- INSTANCE - Static variable in class org.wiremock.url.AbsoluteUriParser
- INSTANCE - Static variable in class org.wiremock.url.AbsoluteUrlParser
- INSTANCE - Static variable in class org.wiremock.url.AuthorityParser
- INSTANCE - Static variable in class org.wiremock.url.BaseUrlParser
- INSTANCE - Static variable in class org.wiremock.url.FragmentParser
- INSTANCE - Static variable in class org.wiremock.url.HostAndPortParser
- INSTANCE - Static variable in class org.wiremock.url.HostParser
- INSTANCE - Static variable in class org.wiremock.url.OpaqueUriParser
- INSTANCE - Static variable in class org.wiremock.url.OriginParser
- INSTANCE - Static variable in class org.wiremock.url.PasswordParser
- INSTANCE - Static variable in class org.wiremock.url.PathAndQueryParser
- INSTANCE - Static variable in class org.wiremock.url.PathParser
- INSTANCE - Static variable in class org.wiremock.url.PortParser
- INSTANCE - Static variable in class org.wiremock.url.QueryParamKeyParser
- INSTANCE - Static variable in class org.wiremock.url.QueryParamValueParser
- INSTANCE - Static variable in class org.wiremock.url.QueryParser
- INSTANCE - Static variable in class org.wiremock.url.RelativeUrlParser
- INSTANCE - Static variable in interface org.wiremock.url.SchemeRegistry
- INSTANCE - Static variable in class org.wiremock.url.SchemeRelativeUrlParser
- INSTANCE - Static variable in class org.wiremock.url.SegmentParser
- INSTANCE - Static variable in class org.wiremock.url.ServersideAbsoluteUrlParser
- INSTANCE - Static variable in class org.wiremock.url.UriParser
- INSTANCE - Static variable in class org.wiremock.url.UrlParser
- INSTANCE - Static variable in class org.wiremock.url.UrlWithAuthorityParser
- INSTANCE - Static variable in class org.wiremock.url.UserInfoParser
- INSTANCE - Static variable in class org.wiremock.url.UsernameParser
- isAbsolute() - Method in interface org.wiremock.url.AbsoluteUri
- isAbsolute() - Method in interface org.wiremock.url.Path
-
Returns
trueif this path is absolute (starts with/). - isAbsolute() - Method in interface org.wiremock.url.RelativeUrl
- isAbsolute() - Method in interface org.wiremock.url.Uri
-
Returns
trueif this is an absolute URI (either an absolute URL or an Opaque URI). - isAbsoluteUrl() - Method in interface org.wiremock.url.AbsoluteUrl
- isAbsoluteUrl() - Method in interface org.wiremock.url.OpaqueUri
- isAbsoluteUrl() - Method in interface org.wiremock.url.RelativeUrl
- isAbsoluteUrl() - Method in interface org.wiremock.url.Uri
-
Returns
trueif this is an absolute URL (has a scheme and authority). - isBase() - Method in interface org.wiremock.url.Path
-
Returns
trueif this path is a base path (empty, or ends with/). - isEmpty() - Method in interface org.wiremock.url.Path
-
Returns
trueif this path is empty (has no segments). - isEmpty() - Method in interface org.wiremock.url.PercentEncoded
-
Returns
trueif this percent-encoded string is empty. - isLeaf() - Method in interface org.wiremock.url.Path
-
Returns
trueif this path is a leaf path (last segment is not empty). - isNormalForm() - Method in interface org.wiremock.url.AbsoluteUri
- isNormalForm() - Method in class org.wiremock.url.BaseUrlValue
- isNormalForm() - Method in interface org.wiremock.url.Authority
- isNormalForm() - Method in interface org.wiremock.url.Host
-
Returns
trueif this host is in normal form. - isNormalForm() - Method in interface org.wiremock.url.Normalisable
- isNormalForm() - Method in interface org.wiremock.url.Port
- isNormalForm() - Method in interface org.wiremock.url.Scheme
- isNormalForm(Scheme) - Method in interface org.wiremock.url.Authority
-
Tests if this value is already normalised
- isOpaqueUri() - Method in interface org.wiremock.url.AbsoluteUrl
- isOpaqueUri() - Method in interface org.wiremock.url.OpaqueUri
- isOpaqueUri() - Method in interface org.wiremock.url.RelativeUrl
- isOpaqueUri() - Method in interface org.wiremock.url.Uri
-
Returns
trueif this is an Opaque URI (has a scheme but no authority). - isRelative() - Method in interface org.wiremock.url.AbsoluteUri
- isRelative() - Method in interface org.wiremock.url.AbsoluteUrl
- isRelative() - Method in interface org.wiremock.url.Path
-
Returns
trueif this path is not absolute (does not start with/). - isRelative() - Method in interface org.wiremock.url.RelativeUrl
- isRelative() - Method in interface org.wiremock.url.Uri
-
Returns
trueif this is a relative reference (has no scheme).
L
- length() - Method in interface org.wiremock.url.PercentEncoded
-
Returns the length of this percent-encoded string.
- Lists - Class in org.wiremock.url
- Lists() - Constructor for class org.wiremock.url.Lists
- LOCALHOST - Static variable in interface org.wiremock.url.Host
M
- mailto - Static variable in interface org.wiremock.url.SchemeRegistry
N
- nonNullAuthority - Variable in class org.wiremock.url.BaseUrlValue
- nonNullScheme - Variable in class org.wiremock.url.BaseUrlValue
- Normalisable<SELF extends Normalisable<SELF>> - Interface in org.wiremock.url
-
Many elements of URI References have a normal form - e.g.
- normalise() - Method in interface org.wiremock.url.AbsoluteUri
- normalise() - Method in interface org.wiremock.url.AbsoluteUrl
-
Returns a normalised form of this URL.
- normalise() - Method in class org.wiremock.url.BaseUrlValue
- normalise() - Method in interface org.wiremock.url.BaseUrl
-
Returns a normalised form of this base url
- normalise() - Method in interface org.wiremock.url.Fragment
-
Returns a normalised form of this fragment.
- normalise() - Method in interface org.wiremock.url.Host
-
Returns a normalised form of this host.
- normalise() - Method in interface org.wiremock.url.HostAndPort
-
Returns a normalized form of this host and port.
- normalise() - Method in interface org.wiremock.url.Normalisable
-
Returns a normalised form of this value.
- normalise() - Method in interface org.wiremock.url.Origin
-
Returns a normalised form of this origin by setting the path to
/. - normalise() - Method in interface org.wiremock.url.Path
-
Returns a normalised form of this path with dot segments removed.
- normalise() - Method in interface org.wiremock.url.Port
-
Returns a Port with the canonical (normalised) string representation of this port number, without any leading zeros.
- normalise() - Method in interface org.wiremock.url.Query
- normalise() - Method in interface org.wiremock.url.Scheme
- normalise() - Method in interface org.wiremock.url.ServersideAbsoluteUrl
-
Returns a normalised form of this absolute URL.
- normalise(Scheme) - Method in interface org.wiremock.url.Authority
-
Returns a normalised form of this authority using scheme-specific normalization rules.
- normalise(Scheme) - Method in interface org.wiremock.url.HostAndPort
-
Returns a normalized form of this host and port using scheme-specific normalization rules.
O
- of(int) - Static method in interface org.wiremock.url.Port
- of(UserInfo, Host) - Static method in interface org.wiremock.url.Authority
-
Creates an authority from user info and host.
- of(UserInfo, Host, Port) - Static method in interface org.wiremock.url.Authority
-
Creates an authority from user info, host, and port.
- of(URI) - Static method in interface org.wiremock.url.Uri
-
Converts a
java.net.URIto aUri. - of(List<Segment>) - Static method in interface org.wiremock.url.Path
- of(Stream<Segment>) - Static method in interface org.wiremock.url.Path
- of(Host) - Static method in interface org.wiremock.url.Authority
-
Creates an authority from a host.
- of(Host) - Static method in interface org.wiremock.url.HostAndPort
-
Creates a host and port from a host.
- of(Host, Port) - Static method in interface org.wiremock.url.Authority
-
Creates an authority from a host and port.
- of(Host, Port) - Static method in interface org.wiremock.url.HostAndPort
-
Creates a host and port from a host and optional port.
- of(Path) - Static method in interface org.wiremock.url.PathAndQuery
- of(Path, Query) - Static method in interface org.wiremock.url.PathAndQuery
- of(Scheme, Authority) - Static method in interface org.wiremock.url.BaseUrl
- of(Scheme, Authority, Path) - Static method in interface org.wiremock.url.BaseUrl
- of(Scheme, HostAndPort) - Static method in interface org.wiremock.url.Origin
-
Creates an origin from a scheme and host/port.
- of(Scheme, Path) - Static method in interface org.wiremock.url.OpaqueUri
- of(Scheme, Path, Query, Fragment) - Static method in interface org.wiremock.url.OpaqueUri
- of(Scheme, Path, Query) - Static method in interface org.wiremock.url.OpaqueUri
- OpaqueUri - Interface in org.wiremock.url
- OpaqueUriParser - Class in org.wiremock.url
- OpaqueUriParser(UriParser) - Constructor for class org.wiremock.url.OpaqueUriParser
- org.wiremock.url - package org.wiremock.url
- Origin - Interface in org.wiremock.url
-
Represents a web origin as defined in HTML Living Standard.
- OriginParser - Class in org.wiremock.url
- OriginParser(UriParser) - Constructor for class org.wiremock.url.OriginParser
P
- parse(String) - Static method in interface org.wiremock.url.AbsoluteUri
- parse(String) - Method in class org.wiremock.url.AbsoluteUriParser
- parse(String) - Static method in interface org.wiremock.url.AbsoluteUrl
-
Parses a string into a URL.
- parse(String) - Method in class org.wiremock.url.AbsoluteUrlParser
- parse(String) - Static method in interface org.wiremock.url.Authority
-
Parses a string into an authority.
- parse(String) - Method in class org.wiremock.url.AuthorityParser
- parse(String) - Static method in interface org.wiremock.url.BaseUrl
-
Parses a string into a base url.
- parse(String) - Method in class org.wiremock.url.BaseUrlParser
- parse(String) - Method in class org.wiremock.url.DefaultSchemeRegistry
- parse(String) - Static method in interface org.wiremock.url.Fragment
-
Parses a string into a fragment.
- parse(String) - Method in class org.wiremock.url.FragmentParser
- parse(String) - Static method in interface org.wiremock.url.Host
-
Parses a string into a host.
- parse(String) - Static method in interface org.wiremock.url.HostAndPort
-
Parses a string into a host and port.
- parse(String) - Method in class org.wiremock.url.HostAndPortParser
- parse(String) - Method in class org.wiremock.url.HostParser
- parse(String) - Static method in interface org.wiremock.url.OpaqueUri
- parse(String) - Method in class org.wiremock.url.OpaqueUriParser
- parse(String) - Static method in interface org.wiremock.url.Origin
-
Parses a string into an origin.
- parse(String) - Method in class org.wiremock.url.OriginParser
- parse(String) - Static method in interface org.wiremock.url.Password
-
Parses a string into a password.
- parse(String) - Method in class org.wiremock.url.PasswordParser
- parse(String) - Static method in interface org.wiremock.url.Path
-
Parses a string into a path.
- parse(String) - Static method in interface org.wiremock.url.PathAndQuery
-
Parses a string into a path and query.
- parse(String) - Method in class org.wiremock.url.PathAndQueryParser
- parse(String) - Method in class org.wiremock.url.PathParser
- parse(String) - Static method in interface org.wiremock.url.Port
- parse(String) - Method in class org.wiremock.url.PortParser
- parse(String) - Static method in interface org.wiremock.url.Query
-
Parses a string into a query.
- parse(String) - Static method in interface org.wiremock.url.QueryParamKey
- parse(String) - Method in class org.wiremock.url.QueryParamKeyParser
- parse(String) - Static method in interface org.wiremock.url.QueryParamValue
- parse(String) - Method in class org.wiremock.url.QueryParamValueParser
- parse(String) - Method in class org.wiremock.url.QueryParser
- parse(String) - Static method in interface org.wiremock.url.RelativeUrl
-
Parses a string into a relative reference.
- parse(String) - Method in class org.wiremock.url.RelativeUrlParser
- parse(String) - Static method in interface org.wiremock.url.Scheme
-
Parses & registers a scheme
- parse(String) - Static method in interface org.wiremock.url.SchemeRelativeUrl
-
Parses a string into a scheme relative url
- parse(String) - Method in class org.wiremock.url.SchemeRelativeUrlParser
- parse(String) - Static method in interface org.wiremock.url.Segment
-
Parses a string into a path segment.
- parse(String) - Method in class org.wiremock.url.SegmentParser
- parse(String) - Static method in interface org.wiremock.url.ServersideAbsoluteUrl
-
Parses a string into an absolute URL.
- parse(String) - Method in class org.wiremock.url.ServersideAbsoluteUrlParser
- parse(String) - Static method in interface org.wiremock.url.Uri
-
Parses a string into a URI reference.
- parse(String) - Method in class org.wiremock.url.UriParser
- parse(String) - Static method in interface org.wiremock.url.Url
-
Parses a string into a URI reference.
- parse(String) - Method in class org.wiremock.url.UrlParser
- parse(String) - Static method in interface org.wiremock.url.UrlWithAuthority
-
Parses a string into a URL with an authority.
- parse(String) - Method in class org.wiremock.url.UrlWithAuthorityParser
- parse(String) - Static method in interface org.wiremock.url.UserInfo
-
Parses a string into user info.
- parse(String) - Method in class org.wiremock.url.UserInfoParser
- parse(String) - Static method in interface org.wiremock.url.Username
-
Parses a string into a username.
- parse(String) - Method in class org.wiremock.url.UsernameParser
- Password - Interface in org.wiremock.url
-
Represents the password portion of user information in a URI authority.
- PasswordParser - Class in org.wiremock.url
- PasswordParser() - Constructor for class org.wiremock.url.PasswordParser
- path - Variable in class org.wiremock.url.BaseUrlValue
- Path - Interface in org.wiremock.url
-
Represents the path component of a URI as defined in RFC 3986 Section 3.3.
- PathAndQuery - Interface in org.wiremock.url
-
Represents a path and query component combination, which is a type of relative reference.
- PathAndQueryParser - Class in org.wiremock.url
- PathAndQueryParser() - Constructor for class org.wiremock.url.PathAndQueryParser
- PathParser - Class in org.wiremock.url
- PathParser() - Constructor for class org.wiremock.url.PathParser
- PercentEncoded<SELF extends PercentEncoded<SELF>> - Interface in org.wiremock.url
-
Represents a string that may contain percent-encoded characters as defined in RFC 3986 Section 2.1.
- PercentEncodedStringParser<T extends PercentEncoded<T>> - Interface in org.wiremock.url
- Port - Interface in org.wiremock.url
-
Represents a valid network port.
- PortParser - Class in org.wiremock.url
- PortParser() - Constructor for class org.wiremock.url.PortParser
- put(String, String, String...) - Method in interface org.wiremock.url.Query.Builder
- put(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query.Builder
- put(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query.Builder
Q
- query - Variable in class org.wiremock.url.BaseUrlValue
- Query - Interface in org.wiremock.url
-
Represents the query component of a URI as defined in RFC 3986 Section 3.4.
- Query.Builder - Interface in org.wiremock.url
- QueryParamKey - Interface in org.wiremock.url
- QueryParamKeyParser - Class in org.wiremock.url
- QueryParamKeyParser() - Constructor for class org.wiremock.url.QueryParamKeyParser
- QueryParamReader - Interface in org.wiremock.url
-
All methods accepting String as a parameter will call
encodeto encode it to a validQueryParamKeyorQueryParamValue, so must be called with an unencoded value. - QueryParamValue - Interface in org.wiremock.url
- QueryParamValueParser - Class in org.wiremock.url
- QueryParamValueParser() - Constructor for class org.wiremock.url.QueryParamValueParser
- QueryParser - Class in org.wiremock.url
- QueryParser() - Constructor for class org.wiremock.url.QueryParser
R
- register(String) - Static method in interface org.wiremock.url.Scheme
-
Registers a canonical scheme with no default port.
- register(String) - Method in interface org.wiremock.url.SchemeRegistry
- register(String, Port) - Method in class org.wiremock.url.DefaultSchemeRegistry
- register(String, Port) - Static method in interface org.wiremock.url.Scheme
-
Registers a scheme with an optional default port.
- register(String, Port) - Method in interface org.wiremock.url.SchemeRegistry
- RelativeUrl - Interface in org.wiremock.url
-
Represents a relative reference as defined in RFC 3986 Section 4.2.
- RelativeUrl.Builder - Interface in org.wiremock.url
- RelativeUrl.Transformer - Interface in org.wiremock.url
- RelativeUrlParser - Class in org.wiremock.url
- RelativeUrlParser(UriParser) - Constructor for class org.wiremock.url.RelativeUrlParser
- remove(String) - Method in interface org.wiremock.url.Query.Builder
- remove(String, String, String...) - Method in interface org.wiremock.url.Query.Builder
- remove(QueryParamKey) - Method in interface org.wiremock.url.Query.Builder
- remove(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query.Builder
- remove(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query.Builder
- removePathPrefix(Path) - Method in interface org.wiremock.url.PathAndQuery
- removePrefix(Path) - Method in interface org.wiremock.url.Path
- replace(String, String, String...) - Method in interface org.wiremock.url.Query
- replace(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query
- replace(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query
- resolve(String) - Method in interface org.wiremock.url.AbsoluteUrl
-
Resolves the given string as a URI reference against this URL.
- resolve(Path) - Method in interface org.wiremock.url.AbsoluteUri
- resolve(Path) - Method in interface org.wiremock.url.AbsoluteUrl
-
Resolves the given path against this URL.
- resolve(Path) - Method in interface org.wiremock.url.Path
-
Resolves the given path against this path using reference resolution rules.
- resolve(Uri) - Method in interface org.wiremock.url.AbsoluteUri
- resolve(Uri) - Method in interface org.wiremock.url.Scheme
- resolve(Url) - Method in interface org.wiremock.url.AbsoluteUrl
-
Resolves the given URL reference against this URL.
- resolve(UrlWithAuthority) - Method in interface org.wiremock.url.AbsoluteUri
- resolve(UrlWithAuthority) - Method in interface org.wiremock.url.Scheme
- ROOT - Static variable in interface org.wiremock.url.Path
-
A root path consisting of a single forward slash.
S
- scheme - Variable in class org.wiremock.url.BaseUrlValue
- Scheme - Interface in org.wiremock.url
-
Represents a valid URI scheme.
- SchemeRegistry - Interface in org.wiremock.url
- SchemeRelativeUrl - Interface in org.wiremock.url
-
Represents a path and query component combination, which is a type of relative reference.
- SchemeRelativeUrlParser - Class in org.wiremock.url
- SchemeRelativeUrlParser(UriParser) - Constructor for class org.wiremock.url.SchemeRelativeUrlParser
- Segment - Interface in org.wiremock.url
-
Represents a single segment of a path.
- SegmentParser - Class in org.wiremock.url
- SegmentParser() - Constructor for class org.wiremock.url.SegmentParser
- ServersideAbsoluteUrl - Interface in org.wiremock.url
-
Represents an Absolute URL (a URL without an
Fragment) as defined in RFC 3986 Section 4.3. - ServersideAbsoluteUrlParser - Class in org.wiremock.url
- ServersideAbsoluteUrlParser(UriParser) - Constructor for class org.wiremock.url.ServersideAbsoluteUrlParser
- setAuthority(Authority) - Method in interface org.wiremock.url.RelativeUrl.Builder
- setAuthority(Authority) - Method in interface org.wiremock.url.RelativeUrl.Transformer
- setAuthority(Authority) - Method in interface org.wiremock.url.Uri.Builder
- setAuthority(Authority) - Method in interface org.wiremock.url.Url.Builder
- setAuthority(Authority) - Method in interface org.wiremock.url.UriBaseBuilder
- setFragment(Fragment) - Method in interface org.wiremock.url.UriBaseBuilder
- setHost(Host) - Method in interface org.wiremock.url.UriBaseBuilder
- setPath(Path) - Method in interface org.wiremock.url.UriBaseBuilder
- setPort(Port) - Method in interface org.wiremock.url.UriBaseBuilder
- setQuery(Query) - Method in interface org.wiremock.url.UriBaseBuilder
- setQueryBuilder(Query.Builder) - Method in interface org.wiremock.url.UriBaseBuilder
- setScheme(Scheme) - Method in interface org.wiremock.url.RelativeUrl.Transformer
- setScheme(Scheme) - Method in interface org.wiremock.url.Uri.Builder
- setScheme(Scheme) - Method in interface org.wiremock.url.Url.Builder
- setScheme(Scheme) - Method in interface org.wiremock.url.AbsoluteUri.Builder
- setScheme(Scheme) - Method in interface org.wiremock.url.AbsoluteUrl.Builder
- setScheme(Scheme) - Method in interface org.wiremock.url.Uri.Transformer
- setUserInfo(UserInfo) - Method in interface org.wiremock.url.UriBaseBuilder
- sftp - Static variable in interface org.wiremock.url.SchemeRegistry
- ssh - Static variable in interface org.wiremock.url.SchemeRegistry
T
- thaw() - Method in interface org.wiremock.url.AbsoluteUri
- thaw() - Method in interface org.wiremock.url.AbsoluteUrl
-
Creates a builder initialized with the values from this URL.
- thaw() - Method in interface org.wiremock.url.Query
- thaw() - Method in interface org.wiremock.url.RelativeUrl
- thaw() - Method in interface org.wiremock.url.Url
-
Creates a transformer initialized with the values from this URL.
- toAbsolutePath() - Method in interface org.wiremock.url.Path
-
Returns this path with a leading slash added if not present
- toBasePath() - Method in interface org.wiremock.url.Path
-
Returns this path with a trailing slash added if not present and not empty
- toBaseUrl() - Method in interface org.wiremock.url.AbsoluteUrl
-
Returns this URL as a base URL, by removing the query and fragment and ensuring the path is either empty or ends with /
- toBaseUrl() - Method in interface org.wiremock.url.BaseUrl
-
Deprecated.
- toJavaUri() - Method in interface org.wiremock.url.Uri
-
Converts a
Urito ajava.net.URI - toLeafPath() - Method in interface org.wiremock.url.Path
-
Returns this path with any trailing slash removed
- toRelativePath() - Method in interface org.wiremock.url.Path
-
Returns this path with any leading slash removed
- toString() - Method in class org.wiremock.url.BaseUrlValue
- transform(Consumer<Query.Builder>) - Method in interface org.wiremock.url.Query
- transform(Consumer<Uri.Transformer<?>>) - Method in interface org.wiremock.url.AbsoluteUri
- transform(Consumer<Uri.Transformer<?>>) - Method in interface org.wiremock.url.AbsoluteUrl
-
Transforms this URL by applying modifications via a transformer.
- transform(Consumer<Uri.Transformer<?>>) - Method in interface org.wiremock.url.Url
-
Convenience method for transforming a Url
U
- Uri - Interface in org.wiremock.url
-
Represents a URI reference as defined in RFC 3986.
- Uri.Builder - Interface in org.wiremock.url
- Uri.Transformer<SELF extends Uri.Transformer<SELF>> - Interface in org.wiremock.url
- UriBaseBuilder<SELF extends UriBaseBuilder<SELF>> - Interface in org.wiremock.url
- UriParser - Class in org.wiremock.url
- UriParser() - Constructor for class org.wiremock.url.UriParser
- UriParser(SchemeRegistry) - Constructor for class org.wiremock.url.UriParser
- Url - Interface in org.wiremock.url
-
Represents a URL reference, which is the subset of URI references that are not full (absolute) URIs without an authority - what we call
OpaqueUris. - Url.Builder - Interface in org.wiremock.url
- Url.Transformer<SELF extends Url.Transformer<SELF>> - Interface in org.wiremock.url
- UrlParser - Class in org.wiremock.url
- UrlParser(UriParser) - Constructor for class org.wiremock.url.UrlParser
- UrlWithAuthority - Interface in org.wiremock.url
- UrlWithAuthorityParser - Class in org.wiremock.url
- UrlWithAuthorityParser(UriParser) - Constructor for class org.wiremock.url.UrlWithAuthorityParser
- UserInfo - Interface in org.wiremock.url
-
Represents the user information component of a URI authority as defined in RFC 3986 Section 3.2.1.
- UserInfoParser - Class in org.wiremock.url
- UserInfoParser() - Constructor for class org.wiremock.url.UserInfoParser
- Username - Interface in org.wiremock.url
-
Represents the username portion of user information in a URI authority.
- UsernameParser - Class in org.wiremock.url
- UsernameParser() - Constructor for class org.wiremock.url.UsernameParser
W
- with(String, String, String...) - Method in interface org.wiremock.url.Query
- with(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query
- with(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query
- without(String) - Method in interface org.wiremock.url.Query
- without(String, String, String...) - Method in interface org.wiremock.url.Query
- without(QueryParamKey) - Method in interface org.wiremock.url.Query
- without(QueryParamKey, QueryParamValue, QueryParamValue...) - Method in interface org.wiremock.url.Query
- without(QueryParamKey, List<? extends QueryParamValue>) - Method in interface org.wiremock.url.Query
- withoutPort() - Method in interface org.wiremock.url.Authority
-
Returns a new authority with the port removed.
- withPort(Port) - Method in interface org.wiremock.url.Authority
-
Returns a new authority with the specified port.
- withPort(Port) - Method in interface org.wiremock.url.HostAndPort
-
Returns a new host and port with the specified port.
- ws - Static variable in interface org.wiremock.url.SchemeRegistry
- wss - Static variable in interface org.wiremock.url.SchemeRegistry
All Classes and Interfaces|All Packages|Serialized Form