Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.http.client.query | |
org.openrdf.repository.sparql | |
org.openrdf.repository.sparql.query |
Modifier and Type | Class and Description |
---|---|
class |
SesameHTTPClient
An
HTTPClient subclass which bundles special functionality
for Sesame remote repositories. |
Modifier and Type | Method and Description |
---|---|
protected HTTPClient |
AbstractHTTPQuery.getHttpClient()
Return the
HTTPClient to be used for all HTTP based interaction |
protected HTTPClient |
AbstractHTTPUpdate.getHttpClient()
Return the
HTTPClient to be used for all HTTP based interaction |
Constructor and Description |
---|
AbstractHTTPQuery(HTTPClient httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
AbstractHTTPUpdate(HTTPClient httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
protected HTTPClient |
SPARQLRepository.createHTTPClient()
Creates a new HTTPClient object.
|
protected HTTPClient |
SPARQLRepository.getHTTPClient() |
Constructor and Description |
---|
SPARQLBooleanQuery(HTTPClient httpClient,
String baseURI,
String queryString) |
SPARQLGraphQuery(HTTPClient httpClient,
String baseURI,
String queryString) |
SPARQLTupleQuery(HTTPClient httpClient,
String baseUri,
String queryString) |
SPARQLUpdate(HTTPClient httpClient,
String baseURI,
String queryString) |
Copyright © 2001-2013 Aduna. All Rights Reserved.