Uses of Interface
org.eclipse.rdf4j.http.client.HttpClientDependent
Packages that use HttpClientDependent
Package
Description
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Functionality for Repository lifecycle management and sharing.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.-
Uses of HttpClientDependent in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement HttpClientDependentModifier and TypeClassDescriptionclass
A specialSailRepository
which performs the actions as defined inFedXRepositoryConnection
.class
A specialSailRepositoryConnection
which adds the original query string as binding to the returned query. -
Uses of HttpClientDependent in org.eclipse.rdf4j.http.client
Classes in org.eclipse.rdf4j.http.client that implement HttpClientDependentModifier and TypeClassDescriptionclass
ASPARQLProtocolSession
subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.class
A Manager for HTTP sessions that uses a sharedHttpClient
to manage HTTP connections.class
The SPARQLProtocolSession provides low level HTTP methods for communication with SPARQL endpoints. -
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement HttpClientDependentModifier and TypeClassDescriptionclass
A repository that serves as a client for a remote repository on an RDF4J Server. -
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.manager
Classes in org.eclipse.rdf4j.repository.manager that implement HttpClientDependentModifier and TypeClassDescriptionclass
An implementation of theRepositoryManager
interface that operates directly on the repository data files in the local file system.class
A manager forRepository
s that reside on a remote server.class
A manager forRepository
s. -
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.manager.util
Classes in org.eclipse.rdf4j.repository.manager.util that implement HttpClientDependentModifier and TypeClassDescriptionclass
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support for registering listeners.class
-
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement HttpClientDependentModifier and TypeClassDescriptionclass
An implementation of theRepository
interface that operates on a (stack of)Sail
object(s).class
An implementation of theRepositoryConnection
interface that wraps aSailConnection
. -
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.sparql
Classes in org.eclipse.rdf4j.repository.sparql that implement HttpClientDependentModifier and TypeClassDescriptionclass
Provides aRepositoryConnection
interface to any SPARQL endpoint.class
A proxy class to access any SPARQL 1.1 endpoint. -
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement HttpClientDependentModifier and TypeClassDescriptionclass
TheSPARQLServiceResolver
is used to manage a set ofFederatedService
instances, which are used to evaluate SERVICE expressions for particular service Urls.