public abstract class AbstractHTTPQuery extends AbstractQuery
Query operation over HTTP.| Modifier and Type | Field and Description |
|---|---|
protected String |
baseURI |
protected QueryLanguage |
queryLanguage |
protected String |
queryString |
maxQueryTimebindings, dataset, includeInferred| Constructor and Description |
|---|
AbstractHTTPQuery(HTTPClient httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
| Modifier and Type | Method and Description |
|---|---|
Binding[] |
getBindingsArray() |
protected HTTPClient |
getHttpClient()
Return the
HTTPClient to be used for all HTTP based interaction |
void |
setMaxQueryTime(int maxQueryTime) |
String |
toString() |
getMaxQueryTimeclearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferredclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferredprotected final QueryLanguage queryLanguage
protected final String queryString
protected final String baseURI
public AbstractHTTPQuery(HTTPClient httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)
httpClient - queryLanguage - queryString - baseURI - protected HTTPClient getHttpClient()
HTTPClient to be used for all HTTP based interactionpublic Binding[] getBindingsArray()
public void setMaxQueryTime(int maxQueryTime)
setMaxQueryTime in interface QuerysetMaxQueryTime in class AbstractQueryCopyright © 2001-2013 Aduna. All Rights Reserved.