| Package | Description | 
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.http.client.query | |
| org.eclipse.rdf4j.repository.sparql | A  Repositorythat serves as a SPARQL endpoint client. | 
| org.eclipse.rdf4j.repository.sparql.query | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RDF4JProtocolSessionA  SPARQLProtocolSessionsubclass which extends the standard SPARQL 1.1 Protocol with additional
 functionality, as documented in the RDF4J REST API. | 
| class  | SesameSessionDeprecated. 
 use  RDF4JProtocolSessioninstead. | 
| class  | SparqlSessionDeprecated. 
 use  SPARQLProtocolSessioninstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| SPARQLProtocolSession | SharedHttpClientSessionManager. createSPARQLProtocolSession(String queryEndpointUrl,
                           String updateEndpointUrl) | 
| SPARQLProtocolSession | HttpClientSessionManager. createSPARQLProtocolSession(String queryEndpointUrl,
                           String updateEndpointUrl)Creates a new SPARQL Protocol session to the remote SPARQL endpoint. | 
| SPARQLProtocolSession | SesameClient. createSPARQLProtocolSession(String queryEndpointUrl,
                           String updateEndpointUrl)Deprecated.  Creates a new session to the remote SPARQL endpoint to manage the auth state. | 
| 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-2020 Eclipse Foundation. All Rights Reserved.