Uses of Class
co.arago.hiro.client.util.httpclient.URIPath
-
Packages that use URIPath Package Description co.arago.hiro.client.rest co.arago.hiro.client.util.httpclient -
-
Uses of URIPath in co.arago.hiro.client.rest
Fields in co.arago.hiro.client.rest declared as URIPath Modifier and Type Field Description protected URIPathAuthenticatedAPIHandler.APIRequestConf. pathMethods in co.arago.hiro.client.rest with parameters of type URIPath Modifier and Type Method Description java.net.URIAuthenticatedAPIHandler. getEndpointURI(URIPath path, URIEncodedData query, java.lang.String fragment)Construct my URI with query parameters and fragment. -
Uses of URIPath in co.arago.hiro.client.util.httpclient
Methods in co.arago.hiro.client.util.httpclient that return URIPath Modifier and Type Method Description URIPathURIPath. append(java.lang.String... pathParts)URIPathURIPath. append(java.util.List<java.lang.String> pathParts)URIPathURIPath. clear()URIPathURIPath. prepend(java.lang.String... pathParts)URIPathURIPath. prepend(java.util.List<java.lang.String> pathParts)
-