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
Modifier and TypeMethodDescriptionstatic QueryExecHTTPBuilder
create()
initialTimeout
(long timeout, TimeUnit timeUnit) overallTimeout
(long timeout, TimeUnit timeUnit) static QueryExecHTTPBuilder
timeout
(long timeout) Methods inherited from class org.apache.jena.http.sys.ExecHTTPBuilder
acceptHeader, addDefaultGraphURI, addNamedGraphURI, build, context, endpoint, httpClient, httpHeader, httpHeaders, param, param, params, parseCheck, 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, parseCheck, query, query, query, select, set, set, substitution, substitution, substitution, timeout
-
Method Details
-
create
-
service
-
timeout
- Specified by:
timeout
in interfaceQueryExecMod
-
initialTimeout
- Specified by:
initialTimeout
in interfaceQueryExecMod
-
overallTimeout
- Specified by:
overallTimeout
in interfaceQueryExecMod
-
getContext
- Specified by:
getContext
in interfaceQueryExecMod
-