Uses of Class
com.hp.hpl.jena.sparql.engine.http.Params

Packages that use Params
com.hp.hpl.jena.sparql.engine.http   
com.hp.hpl.jena.sparql.modify   
org.apache.jena.riot.web   
 

Uses of Params in com.hp.hpl.jena.sparql.engine.http
 

Subclasses of Params in com.hp.hpl.jena.sparql.engine.http
 class HttpQuery
          Create an execution object for performing a query on a model over HTTP.
 

Methods in com.hp.hpl.jena.sparql.engine.http with parameters of type Params
 void Params.merge(Params other)
           
 

Constructors in com.hp.hpl.jena.sparql.engine.http with parameters of type Params
Params(Params other)
          Create a Params object, initialized from another one.
 

Uses of Params in com.hp.hpl.jena.sparql.modify
 

Methods in com.hp.hpl.jena.sparql.modify that return Params
 Params UpdateProcessRemoteBase.getParams()
          Gets the parameters for the execution
 

Uses of Params in org.apache.jena.riot.web
 

Methods in org.apache.jena.riot.web with parameters of type Params
static void HttpOp.execHttpPostForm(String url, Params params)
          Executes a HTTP POST.
static void HttpOp.execHttpPostForm(String url, Params params, String acceptString, HttpResponseHandler handler)
          Executes a HTTP POST form operation
static void HttpOp.execHttpPostForm(String url, Params params, String acceptHeader, HttpResponseHandler handler, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext, HttpAuthenticator authenticator)
          Executes a HTTP POST form operation
static TypedInputStream HttpOp.execHttpPostFormStream(String url, Params params, String acceptHeader)
          Executes a HTTP POST and returns a TypedInputStream, The TypedInputStream must be closed.
static TypedInputStream HttpOp.execHttpPostFormStream(String url, Params params, String acceptHeader, org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext, HttpAuthenticator authenticator)
          Executes a HTTP POST Form and returns a TypedInputStream
 



Licenced under the Apache License, Version 2.0