Package | Description |
---|---|
com.hp.hpl.jena.sparql.engine.http | |
com.hp.hpl.jena.sparql.modify | |
org.apache.jena.riot.web |
Modifier and Type | Class and Description |
---|---|
class |
HttpQuery
Create an execution object for performing a query on a model over HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
Params.merge(Params other) |
Constructor and Description |
---|
Params(Params other)
Create a Params object, initialized from another one.
|
Modifier and Type | Method and Description |
---|---|
Params |
UpdateProcessRemoteBase.getParams()
Gets the parameters for the execution
|
Modifier and Type | Method and Description |
---|---|
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