Uses of Class
groovyx.net.http.URIBuilder
-
Uses of URIBuilder in groovyx.net.http
Fields in groovyx.net.http declared as URIBuilderModifier and TypeFieldDescriptionprotected URIBuilderHTTPBuilder.defaultURIprivate URIBuilderHttpURLClient.defaultURLprivate URIBuilderHTTPBuilder.RequestConfigDelegate.uriMethods in groovyx.net.http that return URIBuilderModifier and TypeMethodDescriptionURIBuilder.addQueryParam(String param, Object value) This will append a query parameter to the existing query string.protected URIBuilderURIBuilder.addQueryParam(org.apache.http.NameValuePair nvp) protected URIBuilderURIBuilder.addQueryParams(List<org.apache.http.NameValuePair> nvp) URIBuilder.addQueryParams(Map<?, ?> params) Add these parameters to the URIBuilder's existing query string.protected URIBuilderURIBuilder.clone()Create a copy of this URIBuilder instance.HTTPBuilder.RequestConfigDelegate.getUri()Use this object to manipulate parts of the request URI, like query params and request path.URIBuilder.removeQueryParam(String param) Remove the given query parameter from this URI's query string.URIBuilder.setFragment(String fragment) The document fragment, without a preceeding '#'.Set the host portion of this URI.Set the path component of this URI.URIBuilder.setPort(int port) Set the port for this URI, or-1to unset the port.Set the query portion of the URI.protected URIBuilderURIBuilder.setQueryNVP(List<org.apache.http.NameValuePair> nvp) URIBuilder.setRawQuery(String query) Set the raw, already-escaped query string.Set the URI scheme, AKA the 'protocol.' e.g.URIBuilder.setUserInfo(String userInfo) Set the userInfo portion of the URI, ornullif the URI should have no user information.