Uses of Class
org.eclipse.rdf4j.http.client.spi.RDF4JHttpClientConfig.Builder
Packages that use RDF4JHttpClientConfig.Builder
-
Uses of RDF4JHttpClientConfig.Builder in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return RDF4JHttpClientConfig.BuilderModifier and TypeMethodDescriptionRDF4JHttpClientConfig.Builder.connectionRequestTimeoutMs(int connectionRequestTimeoutMs) Sets the connection request timeout in milliseconds.RDF4JHttpClientConfig.Builder.connectTimeoutMs(int connectTimeoutMs) Sets the connection timeout in milliseconds.RDF4JHttpClientConfig.Builder.defaultHeader(String name, String value) Adds a single default HTTP header to be sent with every request.RDF4JHttpClientConfig.Builder.defaultHeaders(List<HttpHeader> defaultHeaders) Sets the default HTTP headers to be sent with every request.RDF4JHttpClientConfig.Builder.disableHostnameVerification(boolean disableHostnameVerification) Disables TLS hostname verification.RDF4JHttpClientConfig.Builder.followRedirects(boolean followRedirects) Sets whether HTTP redirects should be followed automatically.RDF4JHttpClientConfig.Builder.idleConnectionTimeoutMs(long idleConnectionTimeoutMs) Sets the maximum time that a pooled connection may remain idle before being evicted.RDF4JHttpClientConfig.Builder.maxConnectionsPerRoute(int maxConnectionsPerRoute) Sets the maximum number of concurrent connections per route (i.e. per target host).RDF4JHttpClientConfig.Builder.maxConnectionsTotal(int maxConnectionsTotal) Sets the maximum total number of concurrent connections across all routes.RDF4JHttpClientConfig.Builder.maxRedirects(int maxRedirects) Sets the maximum number of redirects to follow when redirect following is enabled.RDF4JHttpClientConfig.newBuilder()Returns a newRDF4JHttpClientConfig.Builderfor constructing anRDF4JHttpClientConfig.RDF4JHttpClientConfig.Builder.socketTimeoutMs(int socketTimeoutMs) Sets the socket (read) timeout in milliseconds.RDF4JHttpClientConfig.Builder.sslContext(SSLContext sslContext) Sets a customSSLContextfor HTTPS connections.RDF4JHttpClientConfig.toBuilder()Returns a newRDF4JHttpClientConfig.Builderpre-populated with all settings from this config.Constructors in org.eclipse.rdf4j.http.client.spi with parameters of type RDF4JHttpClientConfig.BuilderModifierConstructorDescriptionprotected