| Package | Description | 
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.query.algebra.evaluation.federation | |
| org.eclipse.rdf4j.repository.http | A repository that serves as a proxy client for a remote repository on an Rdf4j Server. | 
| org.eclipse.rdf4j.repository.sail | Repository implementation for local RDF databases that implement the SAIL SPI. | 
| org.eclipse.rdf4j.repository.sparql | A  Repositorythat serves as a SPARQL endpoint client. | 
| org.eclipse.rdf4j.repository.sparql.federation | |
| org.eclipse.rdf4j.sail.federation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SesameClientImplDeprecated. 
 use  SharedHttpClientSessionManagerinstead | 
| class  | SharedHttpClientSessionManagerA Manager for HTTP sessions that uses a shared  HttpClientto manage HTTP connections. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | SessionManagerDependent. getHttpClientSessionManager()HttpClientSessionManagerthat has been assigned or has been used by this object. | 
| HttpClientSessionManager | SesameClientDependent. getHttpClientSessionManager()Deprecated.  HttpClientSessionManagerthat has been assigned or has been used by this object. | 
| default HttpClientSessionManager | SesameClientDependent. getSesameClient()Deprecated. 
 use  SesameClientDependent.getHttpClientSessionManager()instead. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SessionManagerDependent. setHttpClientSessionManager(HttpClientSessionManager client)Assign an  HttpClientSessionManagerthat this object should use. | 
| void | SesameClientDependent. setHttpClientSessionManager(HttpClientSessionManager client)Deprecated.  Assign an  HttpClientSessionManagerthat this object should use. | 
| Constructor and Description | 
|---|
| SPARQLFederatedService(String serviceUrl,
                      HttpClientSessionManager client)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | HTTPRepository. getHttpClientSessionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTTPRepository. setHttpClientSessionManager(HttpClientSessionManager client) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | SailRepositoryConnection. getHttpClientSessionManager() | 
| HttpClientSessionManager | SailRepository. getHttpClientSessionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailRepositoryConnection. setHttpClientSessionManager(HttpClientSessionManager client) | 
| void | SailRepository. setHttpClientSessionManager(HttpClientSessionManager client) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | SPARQLRepository. getHttpClientSessionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLRepository. setHttpClientSessionManager(HttpClientSessionManager client) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | SPARQLServiceResolver. getHttpClientSessionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLServiceResolver. setHttpClientSessionManager(HttpClientSessionManager client) | 
| Constructor and Description | 
|---|
| SPARQLFederatedService(String serviceUrl,
                      HttpClientSessionManager client) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientSessionManager | Federation. getHttpClientSessionManager()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Federation. setHttpClientSessionManager(HttpClientSessionManager client)Deprecated.  | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.