Uses of Interface
org.eclipse.rdf4j.http.client.spi.RDF4JHttpClientFactory
Packages that use RDF4JHttpClientFactory
Package
Description
-
Uses of RDF4JHttpClientFactory in org.eclipse.rdf4j.http.client.apache5
Classes in org.eclipse.rdf4j.http.client.apache5 that implement RDF4JHttpClientFactoryModifier and TypeClassDescriptionclassRDF4JHttpClientFactoryimplementation that uses Apache HttpComponents 5. -
Uses of RDF4JHttpClientFactory in org.eclipse.rdf4j.http.client.jdk
Classes in org.eclipse.rdf4j.http.client.jdk that implement RDF4JHttpClientFactoryModifier and TypeClassDescriptionclassRDF4JHttpClientFactoryimplementation that uses the JDK built-injava.net.http.HttpClient. -
Uses of RDF4JHttpClientFactory in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return RDF4JHttpClientFactoryModifier and TypeMethodDescriptionstatic RDF4JHttpClientFactoryRDF4JHttpClients.defaultFactory()Returns the defaultRDF4JHttpClientFactory.static RDF4JHttpClientFactoryReturns the factory with the given name.Methods in org.eclipse.rdf4j.http.client.spi that return types with arguments of type RDF4JHttpClientFactoryModifier and TypeMethodDescriptionstatic List<RDF4JHttpClientFactory> RDF4JHttpClients.allFactories()Returns all availableRDF4JHttpClientFactoryinstances.