Package ai.clarity.codeartifact
Class URIBuilder
java.lang.Object
ai.clarity.codeartifact.URIBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPath()intgetPort()getQuery()getQueryParamValue(String param) static URIBuilderremoveQueryParam(String param) setQueryParam(String param, String value) toURI()withAuthority(String authority) withFragment(String fragment) withPort(int port) withScheme(String scheme) withUserInfo(String userInfo)
-
Method Details
-
of
-
withScheme
-
withFragment
-
withAuthority
-
withUserInfo
-
withHost
-
withPort
-
withPath
-
withQuery
-
getQueryParamValue
-
removeQueryParam
-
setQueryParam
-
toURI
- Throws:
URISyntaxException
-
getScheme
-
getFragment
-
getAuthority
-
getUserInfo
-
getHost
-
getPort
public int getPort() -
getPath
-
getQuery
-