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
Repository that serves as a SPARQL endpoint client. |
org.eclipse.rdf4j.repository.sparql.federation | |
org.eclipse.rdf4j.sail.federation |
Modifier and Type | Class and Description |
---|---|
class |
SesameClientImpl
Deprecated.
use
SharedHttpClientSessionManager instead |
class |
SharedHttpClientSessionManager
A Manager for HTTP sessions that uses a shared
HttpClient to manage HTTP connections. |
Modifier and Type | Method and Description |
---|---|
HttpClientSessionManager |
SesameClientDependent.getHttpClientSessionManager()
Deprecated.
HttpClientSessionManager that has been assigned or has been used by this object. |
HttpClientSessionManager |
SessionManagerDependent.getHttpClientSessionManager()
HttpClientSessionManager that 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 |
SesameClientDependent.setHttpClientSessionManager(HttpClientSessionManager client)
Deprecated.
Assign an
HttpClientSessionManager that this object should use. |
void |
SessionManagerDependent.setHttpClientSessionManager(HttpClientSessionManager client)
Assign an
HttpClientSessionManager that 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 |
SailRepository.getHttpClientSessionManager() |
HttpClientSessionManager |
SailRepositoryConnection.getHttpClientSessionManager() |
Modifier and Type | Method and Description |
---|---|
void |
SailRepository.setHttpClientSessionManager(HttpClientSessionManager client) |
void |
SailRepositoryConnection.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.