Uses of Class
org.apache.jena.sparql.exec.http.Params
Packages that use Params
-
Uses of Params in org.apache.jena.http
Methods in org.apache.jena.http with parameters of type ParamsModifier and TypeMethodDescriptionstatic voidHttpOp.httpPostForm(String url, Params params) POST params as a HTML form.static TypedInputStreamHttpOp.httpPostForm(String url, Params params, String acceptString) POST params as a HTML form.static voidHttpLib.modifyByService(String serviceURI, Context context, Params params, Map<String, String> httpHeaders) Allow setting additional/optional HTTP headers and query parameters on a per remote service (including for SERVICE) basis. -
Uses of Params in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type Params -
Uses of Params in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return ParamsModifier and TypeMethodDescriptionValueless parameterAdd a parameter.static ParamsParams.create()Pattern:String URL = Params.create().add("name", "value")... .httpString(endpoint);static ParamsPattern:String URL = Params.create(baseParams).add("name", "value")... .httpString(endpoint);Methods in org.apache.jena.sparql.exec.http with parameters of type ParamsModifier and TypeMethodDescriptionstatic ParamsPattern:String URL = Params.create(baseParams).add("name", "value")... .httpString(endpoint);voidConstructors in org.apache.jena.sparql.exec.http with parameters of type ParamsModifierConstructorDescriptionQueryExecHTTP(String serviceURL, Query query, String queryString, int urlLimit, HttpClient httpClient, Map<String, String> httpHeaders, Params params, Context context, List<String> defaultGraphURIs, List<String> namedGraphURIs, QuerySendMode sendMode, String overrideAcceptHeader, long timeout, TimeUnit timeoutUnit) Deprecated, for removal: This API element is subject to removal in a future version.