Class ApacheHttpClientUserAgentConfigurer
java.lang.Object
no.digipost.signature.client.core.internal.configuration.ApacheHttpClientUserAgentConfigurer
- All Implemented Interfaces:
Configurer<org.apache.hc.client5.http.impl.classic.HttpClientBuilder>
public final class ApacheHttpClientUserAgentConfigurer
extends Object
implements Configurer<org.apache.hc.client5.http.impl.classic.HttpClientBuilder>
-
Constructor Summary
ConstructorsConstructorDescriptionApacheHttpClientUserAgentConfigurer(String userAgentString) ApacheHttpClientUserAgentConfigurer(List<String> userAgentParts, String delimiter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface no.digipost.signature.client.core.internal.configuration.Configurer
andThen
-
Constructor Details
-
ApacheHttpClientUserAgentConfigurer
-
ApacheHttpClientUserAgentConfigurer
-
-
Method Details
-
append
-
applyTo
public void applyTo(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder) - Specified by:
applyToin interfaceConfigurer<org.apache.hc.client5.http.impl.classic.HttpClientBuilder>
-
createUserAgentString
-