| Package | Description |
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.http.client.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 |
AbstractHTTPQuery.getHttpClient() |
protected SPARQLProtocolSession |
AbstractHTTPUpdate.getHttpClient() |
| Constructor and Description |
|---|
AbstractHTTPQuery(SPARQLProtocolSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
AbstractHTTPUpdate(SPARQLProtocolSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.