Uses of Interface
org.eclipse.rdf4j.http.client.HttpClientSessionManager
Packages that use 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
Classes in org.eclipse.rdf4j.http.client that implement HttpClientSessionManagerModifier and TypeClassDescriptionclass
A Manager for HTTP sessions that uses a sharedHttpClient
to manage HTTP connections.Methods in org.eclipse.rdf4j.http.client that return HttpClientSessionManagerModifier and TypeMethodDescriptionSessionManagerDependent.getHttpClientSessionManager()
HttpClientSessionManager
that has been assigned or has been used by this object.Methods in org.eclipse.rdf4j.http.client with parameters of type HttpClientSessionManagerModifier and TypeMethodDescriptionvoid
SessionManagerDependent.setHttpClientSessionManager(HttpClientSessionManager client)
Assign anHttpClientSessionManager
that this object should use. -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.query.algebra.evaluation.federation
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type HttpClientSessionManagerModifierConstructorDescriptionSPARQLFederatedService(String serviceUrl, HttpClientSessionManager client)
Deprecated. -
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return HttpClientSessionManagerMethods in org.eclipse.rdf4j.repository.http with parameters of type HttpClientSessionManagerModifier and TypeMethodDescriptionvoid
HTTPRepository.setHttpClientSessionManager(HttpClientSessionManager client)
-
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return HttpClientSessionManagerModifier and TypeMethodDescriptionSailRepository.getHttpClientSessionManager()
SailRepositoryConnection.getHttpClientSessionManager()
Methods in org.eclipse.rdf4j.repository.sail with parameters of type HttpClientSessionManagerModifier and TypeMethodDescriptionvoid
SailRepository.setHttpClientSessionManager(HttpClientSessionManager client)
void
SailRepositoryConnection.setHttpClientSessionManager(HttpClientSessionManager client)
-
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return HttpClientSessionManagerMethods in org.eclipse.rdf4j.repository.sparql with parameters of type HttpClientSessionManagerModifier and TypeMethodDescriptionvoid
SPARQLRepository.setHttpClientSessionManager(HttpClientSessionManager client)
-
Uses of HttpClientSessionManager in org.eclipse.rdf4j.repository.sparql.federation
Methods in org.eclipse.rdf4j.repository.sparql.federation that return HttpClientSessionManagerMethods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type HttpClientSessionManagerModifier and TypeMethodDescriptionvoid
SPARQLServiceResolver.setHttpClientSessionManager(HttpClientSessionManager client)
Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type HttpClientSessionManagerModifierConstructorDescriptionSPARQLFederatedService(String serviceUrl, HttpClientSessionManager client)