java.lang.Object
io.smallrye.common.net.URIs
URI-specific utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetUserFromURI(URI uri) Get the user name information from a URI, if any.
-
Method Details
-
getUserFromURI
Get the user name information from a URI, if any.- Parameters:
uri- the URI- Returns:
- the user name, or
nullif the URI did not contain a recoverable user name
-