Uses of Interface
com.helger.phase4.messaging.http.IHttpPoster
Packages that use IHttpPoster
Package
Description
-
Uses of IHttpPoster in com.helger.phase4.client
Methods in com.helger.phase4.client that return IHttpPosterMethods in com.helger.phase4.client with parameters of type IHttpPosterModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4Client.setHttpPoster(@NonNull IHttpPoster aHttpPoster) Set the HTTP poster to be used. -
Uses of IHttpPoster in com.helger.phase4.messaging.http
Classes in com.helger.phase4.messaging.http that implement IHttpPosterModifier and TypeClassDescriptionclassA generic HTTP POST wrapper based onIHttpClientProviderandHttpPost.Methods in com.helger.phase4.messaging.http that return IHttpPosterModifier and TypeMethodDescription@NonNull IHttpPosterIHttpPoster.setHttpClientFactory(@NonNull com.helger.httpclient.HttpClientFactory aHttpClientFactory) Set the HTTP client provider to be used.@NonNull IHttpPosterIHttpPoster.setHttpCustomizer(@Nullable Consumer<? super org.apache.hc.client5.http.classic.methods.HttpPost> aHttpCustomizer) Set the HTTP Post Customizer to be used.@NonNull IHttpPosterIHttpPoster.setQuoteHttpHeaders(boolean bQuoteHttpHeaders) Enable or disable, if HTTP header values should be quoted or not. -
Uses of IHttpPoster in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as IHttpPosterModifier and TypeFieldDescriptionprotected IHttpPosterAbstractAS4MessageBuilder.m_aCustomHttpPosterMethods in com.helger.phase4.sender that return IHttpPosterModifier and TypeMethodDescriptionfinal @Nullable IHttpPosterAbstractAS4MessageBuilder.customHttpPoster()Methods in com.helger.phase4.sender with parameters of type IHttpPosterModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4MessageBuilder.customHttpPoster(@Nullable IHttpPoster aCustomHttpPoster) Set the HTTP poster to be used.