Uses of Interface
no.digipost.signature.client.ApacheHttpClientConfigurer
Packages that use ApacheHttpClientConfigurer
Package
Description
-
Uses of ApacheHttpClientConfigurer in no.digipost.signature.client
Methods in no.digipost.signature.client that return ApacheHttpClientConfigurerModifier and TypeMethodDescriptionApacheHttpClientConfigurer.configure(Consumer<? super org.apache.hc.client5.http.impl.classic.HttpClientBuilder> httpClientCustomizer) ApacheHttpClientConfigurer.configure(Consumer<? super org.apache.hc.core5.http.io.SocketConfig.Builder> socketConfig, Consumer<? super org.apache.hc.client5.http.config.ConnectionConfig.Builder> connectionConfig, Consumer<? super org.apache.hc.client5.http.config.RequestConfig.Builder> requestConfig) default ApacheHttpClientConfigurerApacheHttpClientConfigurer.configureConnections(BiConsumer<? super org.apache.hc.client5.http.config.ConnectionConfig.Builder, org.apache.hc.core5.util.Timeout> timeoutSetter, Duration timeoutDuration) default ApacheHttpClientConfigurerApacheHttpClientConfigurer.configureRequests(BiConsumer<? super org.apache.hc.client5.http.config.RequestConfig.Builder, org.apache.hc.core5.util.Timeout> timeoutSetter, Duration timeoutDuration) default ApacheHttpClientConfigurerApacheHttpClientConfigurer.configureSockets(BiConsumer<? super org.apache.hc.core5.http.io.SocketConfig.Builder, org.apache.hc.core5.util.Timeout> timeoutSetter, Duration timeoutDuration) Method parameters in no.digipost.signature.client with type arguments of type ApacheHttpClientConfigurerModifier and TypeMethodDescriptionClientConfiguration.Builder.apacheHttpClient(Consumer<? super ApacheHttpClientConfigurer> apacheHttpClientConfigurer) This method allows for custom configuration of the createdHttpClientif anything is needed that is not already supported by other methods inClientConfiguration.ClientConfiguration.Builder.apacheHttpClientForDocumentDownloads(Consumer<? super ApacheHttpClientConfigurer> apacheHttpClientConfigurer) This method allows for custom configuration of the createdHttpClientif anything is needed that is not already supported by other methods inClientConfiguration. -
Uses of ApacheHttpClientConfigurer in no.digipost.signature.client.core.internal.configuration
Classes in no.digipost.signature.client.core.internal.configuration that implement ApacheHttpClientConfigurer