Package com.helger.phase4.profile.peppol
Class Phase4PeppolHttpClientSettings
java.lang.Object
com.helger.httpclient.HttpClientSettings
com.helger.phase4.profile.peppol.Phase4PeppolHttpClientSettings
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.httpclient.HttpClientSettings>,com.helger.httpclient.IHttpClientSettings
public class Phase4PeppolHttpClientSettings
extends com.helger.httpclient.HttpClientSettings
Special
Was originally in phase4-peppol-client but was moved to phase4-profile-peppol in v2.7.4
HttpClientSettings with better defaults for Peppol.Was originally in phase4-peppol-client but was moved to phase4-profile-peppol in v2.7.4
- Since:
- 0.9.10, 2.7.4
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.hc.core5.util.Timeoutstatic final org.apache.hc.core5.util.Timeoutstatic final org.apache.hc.core5.util.TimeoutFields inherited from class com.helger.httpclient.HttpClientSettings
DEFAULT_CONNECT_TIMEOUT, DEFAULT_CONNECTION_REQUEST_TIMEOUT, DEFAULT_FOLLOW_REDIRECTS, DEFAULT_RESPONSE_TIMEOUT, DEFAULT_RETRIES, DEFAULT_RETRY_ALWAYS, DEFAULT_RETRY_COUNT, DEFAULT_RETRY_INTERVAL, DEFAULT_TLS_CONFIG_MODE, DEFAULT_USE_DNS_CACHE, DEFAULT_USE_KEEP_ALIVE, DEFAULT_USE_SYSTEM_PROPERTIES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.httpclient.HttpClientSettings
addNonProxyHostsFromPipeString, getClone, getConnectionRequestTimeout, getConnectTimeout, getHostnameVerifier, getProxyCredentials, getProxyHost, getResponseTimeout, getRetryCount, getRetryInterval, getRetryIntervalAsTimeValue, getSSLContext, getTLSConfigurationMode, getUserAgent, isFollowRedirects, isRetryAlways, isUseDNSClientCache, isUseKeepAlive, isUseSystemProperties, nonProxyHosts, setAllFrom, setConnectionRequestTimeout, setConnectTimeout, setFollowRedirects, setHostnameVerifier, setHostnameVerifierVerifyAll, setNonProxyHostsFromPipeString, setProxyCredentials, setProxyHost, setResponseTimeout, setRetryAlways, setRetryCount, setRetryInterval, setSSLContext, setSSLContextTrustAll, setTLSConfigurationMode, setUseDNSClientCache, setUseKeepAlive, setUserAgent, setUseSystemProperties, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.httpclient.IHttpClientSettings
hasRetries, hasUserAgent
-
Field Details
-
DEFAULT_PEPPOL_CONNECTION_REQUEST_TIMEOUT
public static final org.apache.hc.core5.util.Timeout DEFAULT_PEPPOL_CONNECTION_REQUEST_TIMEOUT -
DEFAULT_PEPPOL_CONNECT_TIMEOUT
public static final org.apache.hc.core5.util.Timeout DEFAULT_PEPPOL_CONNECT_TIMEOUT -
DEFAULT_PEPPOL_RESPONSE_TIMEOUT
public static final org.apache.hc.core5.util.Timeout DEFAULT_PEPPOL_RESPONSE_TIMEOUT
-
-
Constructor Details
-
Phase4PeppolHttpClientSettings
public Phase4PeppolHttpClientSettings()
-