Uses of Class
org.openehealth.ipf.commons.ihe.fhir.SslAwareAbstractRestfulClientFactory
Packages that use SslAwareAbstractRestfulClientFactory
Package
Description
-
Uses of SslAwareAbstractRestfulClientFactory in org.openehealth.ipf.commons.ihe.fhir
Subclasses of SslAwareAbstractRestfulClientFactory in org.openehealth.ipf.commons.ihe.fhirModifier and TypeClassDescriptionclass
RestfulClientFactory based on Apache HttpClient5 that is aware of SSL context parameters.class
RestfulClientFactory that is aware of SSL context parameters.class
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. -
Uses of SslAwareAbstractRestfulClientFactory in org.openehealth.ipf.commons.ihe.fhir.audit.protocol
Methods in org.openehealth.ipf.commons.ihe.fhir.audit.protocol that return SslAwareAbstractRestfulClientFactoryModifier and TypeMethodDescriptionprotected abstract SslAwareAbstractRestfulClientFactory
<?> AbstractFhirRestTLSAuditRecordSender.createSslAwareClientFactory
(FhirContext fhirContext) protected SslAwareAbstractRestfulClientFactory
<?> Apache5FhirRestTLSAuditRecordSender.createSslAwareClientFactory
(FhirContext fhirContext) protected SslAwareAbstractRestfulClientFactory
<?> ApacheFhirRestTLSAuditRecordSender.createSslAwareClientFactory
(FhirContext fhirContext) Deprecated, for removal: This API element is subject to removal in a future version.protected SslAwareAbstractRestfulClientFactory
<?> MethanolFhirRestTLSAuditRecordSender.createSslAwareClientFactory
(FhirContext fhirContext) -
Uses of SslAwareAbstractRestfulClientFactory in org.openehealth.ipf.platform.camel.ihe.fhir.core
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.core that return SslAwareAbstractRestfulClientFactory