Class AbstractHTTPQuery
- java.lang.Object
-
- org.eclipse.rdf4j.query.impl.AbstractOperation
-
- org.eclipse.rdf4j.query.impl.AbstractQuery
-
- org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
-
public abstract class AbstractHTTPQuery extends AbstractQuery
Base class for anyQueryoperation over HTTP.- Author:
- Andreas Schwarte
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.query.Query
Query.QueryType
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbaseURIprotected QueryLanguagequeryLanguageprotected StringqueryString-
Fields inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
bindings, dataset, includeInferred
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractHTTPQuery(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Binding[]getBindingsArray()protected SPARQLProtocolSessiongetHttpClient()voidsetMaxExecutionTime(int maxExecutionTimeSeconds)StringtoString()-
Methods inherited from class org.eclipse.rdf4j.query.impl.AbstractQuery
getMaxQueryTime, setMaxQueryTime
-
Methods inherited from class org.eclipse.rdf4j.query.impl.AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred
-
-
-
-
Field Detail
-
queryLanguage
protected final QueryLanguage queryLanguage
-
queryString
protected final String queryString
-
baseURI
protected final String baseURI
-
-
Constructor Detail
-
AbstractHTTPQuery
protected AbstractHTTPQuery(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)
-
-
Method Detail
-
getHttpClient
protected SPARQLProtocolSession getHttpClient()
- Returns:
- Returns the
SPARQLProtocolSessionto be used for all HTTP based interaction
-
getBindingsArray
public Binding[] getBindingsArray()
-
setMaxExecutionTime
public void setMaxExecutionTime(int maxExecutionTimeSeconds)
- Specified by:
setMaxExecutionTimein interfaceOperation- Overrides:
setMaxExecutionTimein classAbstractOperation
-
-