| Constructor and Description |
|---|
EncodedAuthority(UriEncoded authority) |
| Modifier and Type | Method and Description |
|---|---|
UriEncoded |
host()
Returns the host of this authority.
|
int |
parsedLength()
The length of the component in the source.
|
org.dmfs.optional.Optional<java.lang.Integer> |
port()
The
Optional port number. |
OptionalLazyUserInfo |
userInfo()
Returns the
Optional user info part of the authority in encoded form. |
public EncodedAuthority(UriEncoded authority)
public OptionalLazyUserInfo userInfo()
AuthorityOptional user info part of the authority in encoded form.userInfo in interface AuthorityUriEncoded user info.public UriEncoded host()
Authorityhost in interface AuthorityUriEncoded host.public org.dmfs.optional.Optional<java.lang.Integer> port()
AuthorityOptional port number.public int parsedLength()
ParsedparsedLength in interface Parsed