| Package | Description |
|---|---|
| org.openrdf.http.client | |
| org.openrdf.http.client.query |
| Modifier and Type | Class and Description |
|---|---|
class |
SesameSession
An
SparqlSession subclass which bundles special functionality for
Sesame remote repositories. |
| Modifier and Type | Method and Description |
|---|---|
SparqlSession |
SesameClientImpl.createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl) |
SparqlSession |
SesameClient.createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl)
Creates a new session to the remote SPARQL endpoint to manage the auth
state.
|
| Modifier and Type | Method and Description |
|---|---|
protected SparqlSession |
AbstractHTTPUpdate.getHttpClient() |
protected SparqlSession |
AbstractHTTPQuery.getHttpClient() |
| Constructor and Description |
|---|
AbstractHTTPQuery(SparqlSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
AbstractHTTPUpdate(SparqlSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
Copyright © 2001-2015 Aduna. All Rights Reserved.