java.lang.Object
org.apache.jena.sparql.exec.QueryExecutionAdapter
org.apache.jena.sparql.exec.http.QueryExecutionHTTP
- All Implemented Interfaces:
AutoCloseable
,QueryExecution
A query execution implementation where queries are executed
against a remote service over HTTP.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryExecutionHTTPBuilder
create()
Create a local execution builderGet the content-type of the response.static QueryExecutionHTTPBuilder
static QueryExecutionHTTPBuilder
Create a new builder for the remote endpointstatic QueryExecutionHTTP
Create aQueryExecutionHTTP
static QueryExecutionHTTP
Create aQueryExecutionHTTP
Methods inherited from class org.apache.jena.sparql.exec.QueryExecutionAdapter
abort, adapt, close, execAsk, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execConstructQuads, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, execJson, execJsonItems, execSelect, getContext, getDataset, getQuery, getQueryString, getTimeout1, getTimeout2, isClosed
-
Constructor Details
-
QueryExecutionHTTP
-
-
Method Details
-
create
Description copied from interface:QueryExecution
Create a local execution builder -
newBuilder
-
service
Create a new builder for the remote endpoint -
service
Create aQueryExecutionHTTP
-
service
Create aQueryExecutionHTTP
-
getHttpResponseContentType
Get the content-type of the response. Only valid after successful execution of the query.
-