Uses of Interface
org.eclipse.rdf4j.http.client.spi.RDF4JHttpClient
Packages that use RDF4JHttpClient
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 RDF4JHttpClient in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return RDF4JHttpClientModifier and TypeMethodDescriptionHttpClientDependent.getHttpClient()RDF4JHttpClientthat has been assigned or has been used by this object.HttpClientSessionManager.getHttpClient()SharedHttpClientSessionManager.getHttpClient()final RDF4JHttpClientSPARQLProtocolSession.getHttpClient()Methods in org.eclipse.rdf4j.http.client with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidHttpClientDependent.setHttpClient(RDF4JHttpClient client) Assign anRDF4JHttpClientthat this object should use.voidHttpClientSessionManager.setHttpClient(RDF4JHttpClient client) Assign anRDF4JHttpClientthat this session manager should use.voidSharedHttpClientSessionManager.setHttpClient(RDF4JHttpClient httpClient) voidSPARQLProtocolSession.setHttpClient(RDF4JHttpClient httpClient) Constructors in org.eclipse.rdf4j.http.client with parameters of type RDF4JHttpClientModifierConstructorDescriptionRDF4JProtocolSession(RDF4JHttpClient client, ExecutorService executor) SharedHttpClientSessionManager(RDF4JHttpClient dependentClient, ExecutorService dependentExecutorService) SPARQLProtocolSession(RDF4JHttpClient client, ExecutorService executor) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.http.client.apache5
Classes in org.eclipse.rdf4j.http.client.apache5 that implement RDF4JHttpClientModifier and TypeClassDescriptionclassRDF4JHttpClientimplementation backed by Apache HttpComponents 5.Methods in org.eclipse.rdf4j.http.client.apache5 that return RDF4JHttpClientModifier and TypeMethodDescriptionApacheHC5RDF4JHttpClientFactory.create()ApacheHC5RDF4JHttpClientFactory.create(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientbacked by an Apache HttpComponents 5 client configured from the givenRDF4JHttpClientConfig. -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.http.client.jdk
Classes in org.eclipse.rdf4j.http.client.jdk that implement RDF4JHttpClientModifier and TypeClassDescriptionclassRDF4JHttpClientimplementation backed byjava.net.http.HttpClient.Methods in org.eclipse.rdf4j.http.client.jdk that return RDF4JHttpClientModifier and TypeMethodDescriptionJdkRDF4JHttpClientFactory.create()JdkRDF4JHttpClientFactory.create(RDF4JHttpClientConfig config) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return RDF4JHttpClientModifier and TypeMethodDescriptionRDF4JHttpClientFactory.create()Creates a newRDF4JHttpClientwith default configuration.RDF4JHttpClientFactory.create(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientwith the given configuration.static RDF4JHttpClientRDF4JHttpClients.newDefaultClient()Creates a newRDF4JHttpClientusing the default factory and default configuration.static RDF4JHttpClientRDF4JHttpClients.newDefaultClient(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientusing the default factory with the given configuration. -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return RDF4JHttpClientMethods in org.eclipse.rdf4j.repository.http with parameters of type RDF4JHttpClient -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.manager
Methods in org.eclipse.rdf4j.repository.manager that return RDF4JHttpClientModifier and TypeMethodDescriptionLocalRepositoryManager.getHttpClient()RemoteRepositoryManager.getHttpClient()abstract RDF4JHttpClientRepositoryManager.getHttpClient()Methods in org.eclipse.rdf4j.repository.manager with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidLocalRepositoryManager.setHttpClient(RDF4JHttpClient httpClient) voidRemoteRepositoryManager.setHttpClient(RDF4JHttpClient protocolSession) abstract voidRepositoryManager.setHttpClient(RDF4JHttpClient httpClient) Should be called beforeRepositoryManager.init(). -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.manager.util
Methods in org.eclipse.rdf4j.repository.manager.util that return RDF4JHttpClientMethods in org.eclipse.rdf4j.repository.manager.util with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidTypeFilteringRepositoryManager.setHttpClient(RDF4JHttpClient httpClient) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return RDF4JHttpClientModifier and TypeMethodDescriptionSailRepository.getHttpClient()SailRepositoryConnection.getHttpClient()Methods in org.eclipse.rdf4j.repository.sail with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidSailRepository.setHttpClient(RDF4JHttpClient client) voidSailRepositoryConnection.setHttpClient(RDF4JHttpClient client) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return RDF4JHttpClientModifier and TypeMethodDescriptionfinal RDF4JHttpClientSPARQLConnection.getHttpClient()final RDF4JHttpClientSPARQLRepository.getHttpClient()Methods in org.eclipse.rdf4j.repository.sparql with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidSPARQLConnection.setHttpClient(RDF4JHttpClient httpClient) voidSPARQLRepository.setHttpClient(RDF4JHttpClient httpClient) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.sparql.federation
Methods in org.eclipse.rdf4j.repository.sparql.federation that return RDF4JHttpClientMethods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type RDF4JHttpClientModifier and TypeMethodDescriptionvoidSPARQLServiceResolver.setHttpClient(RDF4JHttpClient httpClient) -
Uses of RDF4JHttpClient in org.eclipse.rdf4j.repository.sparql.query
Fields in org.eclipse.rdf4j.repository.sparql.query declared as RDF4JHttpClientConstructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type RDF4JHttpClientModifierConstructorDescriptionprotectedSPARQLOperation(RDF4JHttpClient client, String url, String base, String operation) Deprecated.