Uses of Interface
org.eclipse.rdf4j.http.client.HttpClientSessionManager
Package
Description
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.-
Uses of HttpClientSessionManager in org.eclipse.rdf4j.http.client
Modifier and TypeClassDescriptionclass
A Manager for HTTP sessions that uses a sharedHttpClient
to manage HTTP connections.Modifier and TypeMethodDescriptionSessionManagerDependent.getHttpClientSessionManager()
HttpClientSessionManager
that has been assigned or has been used by this object.Modifier and TypeMethodDescriptionvoid
SessionManagerDependent.setHttpClientSessionManager
(HttpClientSessionManager client) Assign anHttpClientSessionManager
that this object should use. -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.query.algebra.evaluation.federation
ModifierConstructorDescriptionSPARQLFederatedService
(String serviceUrl, HttpClientSessionManager client) Deprecated. -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.http
Modifier and TypeMethodDescriptionvoid
HTTPRepository.setHttpClientSessionManager
(HttpClientSessionManager client) -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionSailRepository.getHttpClientSessionManager()
SailRepositoryConnection.getHttpClientSessionManager()
Modifier and TypeMethodDescriptionvoid
SailRepository.setHttpClientSessionManager
(HttpClientSessionManager client) void
SailRepositoryConnection.setHttpClientSessionManager
(HttpClientSessionManager client) -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionvoid
SPARQLRepository.setHttpClientSessionManager
(HttpClientSessionManager client) -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sparql.federation
Modifier and TypeMethodDescriptionvoid
SPARQLServiceResolver.setHttpClientSessionManager
(HttpClientSessionManager client) ModifierConstructorDescriptionSPARQLFederatedService
(String serviceUrl, HttpClientSessionManager client)