Class SslAwareMethanolRestfulClientFactory

java.lang.Object
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
org.openehealth.ipf.commons.ihe.fhir.SslAwareAbstractRestfulClientFactory<com.github.mizosoft.methanol.Methanol.Builder>
org.openehealth.ipf.commons.ihe.fhir.SslAwareMethanolRestfulClientFactory
All Implemented Interfaces:
IRestfulClientFactory

public class SslAwareMethanolRestfulClientFactory extends SslAwareAbstractRestfulClientFactory<com.github.mizosoft.methanol.Methanol.Builder>
RestfulClientFactory that is aware of SSL context parameters and uses the HTTP Client built in JDK 11 with some added functionality provided by the lightweight Methanol library.
Author:
Christian Ohr
See Also:
  • Constructor Details

    • SslAwareMethanolRestfulClientFactory

      public SslAwareMethanolRestfulClientFactory(FhirContext theFhirContext)
    • SslAwareMethanolRestfulClientFactory

      public SslAwareMethanolRestfulClientFactory(FhirContext fhirContext, com.github.mizosoft.methanol.Methanol.Builder httpClientBuilder)
  • Method Details