Uses of Interface
org.eclipse.rdf4j.http.client.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support for registering listeners.class
-
Uses of HttpClientDependent in org.eclipse.rdf4j.repository.sail
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
TheSPARQLServiceResolver
is used to manage a set ofFederatedService
instances, which are used to evaluate SERVICE expressions for particular service Urls.