Uses of Class
org.openehealth.ipf.commons.ihe.fhir.HttpClient5Builder
Packages that use HttpClient5Builder
-
Uses of HttpClient5Builder in org.openehealth.ipf.commons.ihe.fhir
Methods in org.openehealth.ipf.commons.ihe.fhir that return HttpClient5BuilderModifier and TypeMethodDescriptionstatic HttpClient5BuilderHttpClient5Builder.create()protected HttpClient5BuilderSslAwareApacheRestfulClient5Factory.newHttpClientBuilder()Methods in org.openehealth.ipf.commons.ihe.fhir that return types with arguments of type HttpClient5BuilderModifier and TypeMethodDescriptionSslAwareApacheRestfulClient5Factory.initializeSecurityInformation(boolean enabled, SSLContext sslContext, HostnameVerifier hostnameVerifier, String userName, String password) Constructors in org.openehealth.ipf.commons.ihe.fhir with parameters of type HttpClient5BuilderModifierConstructorDescriptionSslAwareApacheRestfulClient5Factory(FhirContext fhirContext, HttpClient5Builder httpClientBuilder)