Uses of Class
org.eclipse.rdf4j.http.client.spi.RDF4JHttpClientConfig
Packages that use RDF4JHttpClientConfig
Package
Description
-
Uses of RDF4JHttpClientConfig in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return RDF4JHttpClientConfigModifier and TypeMethodDescriptionSharedHttpClientSessionManager.getDefaultHttpClientConfig()Returns theRDF4JHttpClientConfigthat will be used when lazily creating the internal HTTP client.Methods in org.eclipse.rdf4j.http.client with parameters of type RDF4JHttpClientConfigModifier and TypeMethodDescriptionvoidSharedHttpClientSessionManager.setHttpClientConfig(RDF4JHttpClientConfig config) Sets theRDF4JHttpClientConfigto be used when creating the internal HTTP client (if not provided externally viaSharedHttpClientSessionManager.setHttpClient(RDF4JHttpClient)). -
Uses of RDF4JHttpClientConfig in org.eclipse.rdf4j.http.client.apache5
Methods in org.eclipse.rdf4j.http.client.apache5 with parameters of type RDF4JHttpClientConfigModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.impl.classic.CloseableHttpClientApacheHC5RDF4JHttpClientFactory.buildHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder builder, RDF4JHttpClientConfig config) Builds theCloseableHttpClientfrom the suppliedHttpClientBuilder.ApacheHC5RDF4JHttpClientFactory.create(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientbacked by an Apache HttpComponents 5 client configured from the givenRDF4JHttpClientConfig. -
Uses of RDF4JHttpClientConfig in org.eclipse.rdf4j.http.client.jdk
Methods in org.eclipse.rdf4j.http.client.jdk with parameters of type RDF4JHttpClientConfigConstructors in org.eclipse.rdf4j.http.client.jdk with parameters of type RDF4JHttpClientConfigModifierConstructorDescriptionJdkRDF4JHttpClient(HttpClient httpClient, RDF4JHttpClientConfig config) -
Uses of RDF4JHttpClientConfig in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return RDF4JHttpClientConfigModifier and TypeMethodDescriptionRDF4JHttpClientConfig.Builder.build()Builds a newRDF4JHttpClientConfigfrom the current builder state.static RDF4JHttpClientConfigRDF4JHttpClientConfig.defaultConfig()Returns a newRDF4JHttpClientConfigwith all settings at their default values.Methods in org.eclipse.rdf4j.http.client.spi with parameters of type RDF4JHttpClientConfigModifier and TypeMethodDescriptionRDF4JHttpClientFactory.create(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientwith the given configuration.static RDF4JHttpClientRDF4JHttpClients.newDefaultClient(RDF4JHttpClientConfig config) Creates a newRDF4JHttpClientusing the default factory with the given configuration. -
Uses of RDF4JHttpClientConfig in org.eclipse.rdf4j.http.client.util
Methods in org.eclipse.rdf4j.http.client.util that return RDF4JHttpClientConfigModifier and TypeMethodDescriptionstatic RDF4JHttpClientConfigHttpClientBuilders.getSslTrustAllConfig()Return anRDF4JHttpClientConfigconfigured to trust all SSL certificates and skip hostname verification.