Uses of Class
com.helger.phase4.messaging.http.HttpRetrySettings
Packages that use HttpRetrySettings
Package
Description
-
Uses of HttpRetrySettings in com.helger.phase4.client
Methods in com.helger.phase4.client that return HttpRetrySettings -
Uses of HttpRetrySettings in com.helger.phase4.messaging.http
Methods in com.helger.phase4.messaging.http that return HttpRetrySettingsModifier and TypeMethodDescriptionfinal HttpRetrySettingsHttpRetrySettings.setDurationBeforeRetry(Duration aDurationBeforeRetry) Set the duration before the first retry.final HttpRetrySettingsHttpRetrySettings.setMaxRetries(int nMaxRetries) Set the maximum number of retries.final HttpRetrySettingsHttpRetrySettings.setRetryIncreaseFactor(BigDecimal aRetryIncreaseFactor) Set the retry increase factor to use. 1 means no increase. 2 means the waiting time doubles every time.Methods in com.helger.phase4.messaging.http with parameters of type HttpRetrySettingsModifier and TypeMethodDescriptionfinal voidHttpRetrySettings.assignFrom(HttpRetrySettings aOther) <T> TBasicHttpPoster.sendGenericMessageWithRetries(String sURL, com.helger.commons.http.HttpHeaderMap aCustomHttpHeaders, org.apache.hc.core5.http.HttpEntity aHttpEntity, String sMessageID, HttpRetrySettings aRetrySettings, org.apache.hc.core5.http.io.HttpClientResponseHandler<? extends T> aResponseHandler, IAS4OutgoingDumper aOutgoingDumper, IAS4RetryCallback aRetryCallback) <T> TIHttpPoster.sendGenericMessageWithRetries(String sURL, com.helger.commons.http.HttpHeaderMap aCustomHttpHeaders, org.apache.hc.core5.http.HttpEntity aHttpEntity, String sMessageID, HttpRetrySettings aRetrySettings, org.apache.hc.core5.http.io.HttpClientResponseHandler<? extends T> aResponseHandler, IAS4OutgoingDumper aOutgoingDumper, IAS4RetryCallback aRetryCallback) Send an arbitrary HTTP POST message to the provided URL, using the contained HttpClientFactory as well as the customizer. -
Uses of HttpRetrySettings in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as HttpRetrySettingsModifier and TypeFieldDescriptionprotected HttpRetrySettingsAbstractAS4MessageBuilder.m_aHttpRetrySettingsMethods in com.helger.phase4.sender that return HttpRetrySettingsModifier and TypeMethodDescriptionfinal HttpRetrySettingsAbstractAS4MessageBuilder.httpRetrySettings()Methods in com.helger.phase4.sender with parameters of type HttpRetrySettingsModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.httpRetrySettings(HttpRetrySettings a) Set the HTTP retry settings to be used.