Package org.apache.jena.sparql.exec.http
Class QueryExecHTTPBuilder
- java.lang.Object
-
- org.apache.jena.http.sys.ExecHTTPBuilder<QueryExecHTTP,QueryExecHTTPBuilder>
-
- org.apache.jena.sparql.exec.http.QueryExecHTTPBuilder
-
- All Implemented Interfaces:
QueryExecBuilder
,QueryExecMod
public class QueryExecHTTPBuilder extends ExecHTTPBuilder<QueryExecHTTP,QueryExecHTTPBuilder> implements QueryExecMod, QueryExecBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryExecHTTPBuilder
create()
Context
getContext()
QueryExecHTTPBuilder
initialTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit)
QueryExecHTTPBuilder
overallTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit)
static QueryExecHTTPBuilder
service(java.lang.String serviceURL)
-
Methods inherited from class org.apache.jena.http.sys.ExecHTTPBuilder
acceptHeader, addDefaultGraphURI, addNamedGraphURI, build, context, endpoint, httpClient, httpHeader, httpHeaders, param, param, params, postQuery, query, query, query, queryString, sendMode, set, set, substitution, substitution, substitution, timeout, urlGetLimit, useGet, useGetWithLimit
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.exec.QueryExecBuilder
ask, build, construct, context, describe, query, query, query, select, set, set, substitution, substitution, substitution, timeout
-
Methods inherited from interface org.apache.jena.sparql.exec.QueryExecMod
timeout
-
-
-
-
Method Detail
-
create
public static QueryExecHTTPBuilder create()
-
service
public static QueryExecHTTPBuilder service(java.lang.String serviceURL)
-
initialTimeout
public QueryExecHTTPBuilder initialTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit)
- Specified by:
initialTimeout
in interfaceQueryExecMod
-
overallTimeout
public QueryExecHTTPBuilder overallTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit)
- Specified by:
overallTimeout
in interfaceQueryExecMod
-
getContext
public Context getContext()
- Specified by:
getContext
in interfaceQueryExecMod
-
-