java.lang.Object
org.seppiko.commons.utils.http.UriBuilder
URI builder
[scheme ":"] ["//" authority] "/" path ["?" query] ["#" fragment]
authority = [userinfo "@"] host [":" port]
userinfo = username [":" password]
- Author:
- Leonard Woo
-
Method Summary
Modifier and TypeMethodDescriptionstatic UriBuildercreate()static UriBuilderfromString(String url) toUri()toURI()withFragment(String fragment) withHostname(String hostname) withPort(int port) withScheme(String scheme) withUserInfo(String username, String password)
-
Method Details
-
fromString
public static UriBuilder fromString(String url) throws NullPointerException, IllegalArgumentException -
create
-
withScheme
-
withUserInfo
-
withHostname
-
withPort
-
addPath
-
addQuery
-
withFragment
-
toUri
-
toURI
-