Package org.wildfly.common.net
Class URIs
- java.lang.Object
-
- org.wildfly.common.net.URIs
-
public final class URIs extends java.lang.Object
URI-specific utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getUserFromURI(java.net.URI uri)
Get the user name information from a URI, if any.
-