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 IMPLTYPEAbstractAS4Client.setHttpPoster(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 TypeMethodDescriptionIHttpPoster.setHttpClientFactory(com.helger.httpclient.HttpClientFactory aHttpClientFactory) Set the HTTP client provider to be used.IHttpPoster.setHttpCustomizer(Consumer<? super org.apache.hc.client5.http.classic.methods.HttpPost> aHttpCustomizer) Set the HTTP Post Customizer to be used.IHttpPoster.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 IHttpPosterMethods in com.helger.phase4.sender with parameters of type IHttpPosterModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.customHttpPoster(IHttpPoster aCustomHttpPoster) Set the HTTP poster to be used.