- All Known Implementing Classes:
UriParts.UriPartsMapCollector
- Enclosing class:
UriParts
public static interface UriParts.UriPartsCollector
A dedicated collector for URI parts. Implementation can be specific to the use case, for example, it can avoid map instance
allocation and primitive value boxing by writing directly to the collecting data structure.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidport(int port) voidvoidvoidvoid
-
Method Details
-
domain
-
fragment
-
path
-
extension
-
port
void port(int port) -
query
-
scheme
-
userInfo
-
username
-
password
-