Uses of Class
org.apache.jena.sparql.engine.http.Params
-
Packages that use Params Package Description org.apache.jena.riot.web org.apache.jena.sparql.engine.http org.apache.jena.sparql.modify -
-
Uses of Params in org.apache.jena.riot.web
Methods in org.apache.jena.riot.web with parameters of type Params Modifier and Type Method Description static voidHttpOp. execHttpPostForm(java.lang.String url, Params params)Executes a HTTP POST.static voidHttpOp. execHttpPostForm(java.lang.String url, Params params, java.lang.String acceptString, HttpResponseHandler handler)Executes a HTTP POST form operationstatic voidHttpOp. execHttpPostForm(java.lang.String url, Params params, java.lang.String acceptHeader, HttpResponseHandler handler, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext)Executes a HTTP POST form operationstatic TypedInputStreamHttpOp. execHttpPostFormStream(java.lang.String url, Params params, java.lang.String acceptHeader)Executes a HTTP POST and returns a TypedInputStream, The TypedInputStream must be closed.static TypedInputStreamHttpOp. execHttpPostFormStream(java.lang.String url, Params params, java.lang.String acceptHeader, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext)Executes a HTTP POST Form and returns a TypedInputStream -
Uses of Params in org.apache.jena.sparql.engine.http
Subclasses of Params in org.apache.jena.sparql.engine.http Modifier and Type Class Description classHttpQueryCreate an execution object for performing a query on a model over HTTP.Methods in org.apache.jena.sparql.engine.http that return Params Modifier and Type Method Description ParamsParams. addParam(java.lang.String name, java.lang.String value)Add a parameter.Methods in org.apache.jena.sparql.engine.http with parameters of type Params Modifier and Type Method Description voidParams. merge(Params other)Constructors in org.apache.jena.sparql.engine.http with parameters of type Params Constructor Description Params(Params other)Create a Params object, initialized from another one. -
Uses of Params in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return Params Modifier and Type Method Description ParamsUpdateProcessRemoteBase. getParams()Gets the parameters for the execution
-