Package | Description |
---|---|
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.http.client.query | |
org.eclipse.rdf4j.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
org.eclipse.rdf4j.repository.sparql.query |
Modifier and Type | Class and Description |
---|---|
class |
RDF4JProtocolSession
A
SPARQLProtocolSession subclass which extends the standard SPARQL 1.1 Protocol with additional
functionality, as documented in the RDF4J REST API. |
class |
SesameSession
Deprecated.
use
RDF4JProtocolSession instead. |
class |
SparqlSession
Deprecated.
use
SPARQLProtocolSession instead. |
Modifier and Type | Method and Description |
---|---|
SPARQLProtocolSession |
SharedHttpClientSessionManager.createSPARQLProtocolSession(String queryEndpointUrl,
String updateEndpointUrl) |
SPARQLProtocolSession |
SesameClient.createSPARQLProtocolSession(String queryEndpointUrl,
String updateEndpointUrl)
Deprecated.
Creates a new session to the remote SPARQL endpoint to manage the auth state.
|
SPARQLProtocolSession |
HttpClientSessionManager.createSPARQLProtocolSession(String queryEndpointUrl,
String updateEndpointUrl)
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.
|
default SPARQLProtocolSession |
SesameClient.createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected SPARQLProtocolSession |
AbstractHTTPUpdate.getHttpClient() |
protected SPARQLProtocolSession |
AbstractHTTPQuery.getHttpClient() |
Constructor and Description |
---|
AbstractHTTPQuery(SPARQLProtocolSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
AbstractHTTPUpdate(SPARQLProtocolSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
protected SPARQLProtocolSession |
SPARQLRepository.createHTTPClient()
Creates a new HTTPClient object.
|
Constructor and Description |
---|
SPARQLConnection(SPARQLRepository repository,
SPARQLProtocolSession client) |
SPARQLConnection(SPARQLRepository repository,
SPARQLProtocolSession client,
boolean quadMode) |
Constructor and Description |
---|
SPARQLBooleanQuery(SPARQLProtocolSession httpClient,
String baseURI,
String queryString) |
SPARQLGraphQuery(SPARQLProtocolSession httpClient,
String baseURI,
String queryString) |
SPARQLTupleQuery(SPARQLProtocolSession httpClient,
String baseUri,
String queryString) |
SPARQLUpdate(SPARQLProtocolSession httpClient,
String baseURI,
String queryString) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.