@ThreadSafe public final class MultiPartSchemeURI extends StandardURI
MultiPartSchemeURI
supports multiple components for the scheme.URI.Factory
mUri
Constructor and Description |
---|
MultiPartSchemeURI(String schemePrefix,
String scheme,
String authority,
String path,
String query) |
Modifier and Type | Method and Description |
---|---|
String |
getScheme() |
compareTo, equals, getAuthority, getBaseURI, getHost, getPath, getPort, getQuery, hashCode, isAbsolute
public MultiPartSchemeURI(String schemePrefix, String scheme, String authority, String path, String query)
schemePrefix
- the prefix of the scheme string of the URIscheme
- the scheme string of the URIauthority
- the authority string of the URIpath
- the path component of the URIquery
- the query component of the URICopyright © 2023. All Rights Reserved.