| Package | Description |
|---|---|
| org.openrdf.http.client | |
| org.openrdf.http.client.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) |
Copyright © 2001-2013 Aduna. All Rights Reserved.