Class MethanolFhirRestTLSAuditRecordSender
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.MethanolFhirRestTLSAuditRecordSender
- All Implemented Interfaces:
AuditTransmissionProtocol
-
Field Summary
Fields inherited from interface org.openehealth.ipf.commons.audit.protocol.AuditTransmissionProtocol
HTTPS_CIPHERSUITES, JAVAX_NET_DEBUG, JAVAX_NET_SSL_KEYSTORE, JAVAX_NET_SSL_KEYSTORE_PASSWORD, JAVAX_NET_SSL_KEYSTORE_TYPE, JAVAX_NET_SSL_TRUSTSTORE, JAVAX_NET_SSL_TRUSTSTORE_PASSWORD, JAVAX_NET_SSL_TRUSTSTORE_TYPE, JAVAX_TLS_CLIENT_CIPHERSUITES, JAVAX_TLS_SERVER_CIPHERSUITES, JDK_TLS_CLIENT_PROTOCOLS
-
Constructor Summary
ConstructorDescriptionMethanolFhirRestTLSAuditRecordSender
(FhirContext context, String baseUrl) MethanolFhirRestTLSAuditRecordSender
(ca.uhn.fhir.rest.client.impl.RestfulClientFactory restfulClientFactory, String baseUrl) MethanolFhirRestTLSAuditRecordSender
(TlsParameters tlsParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected SslAwareAbstractRestfulClientFactory<?>
createSslAwareClientFactory
(FhirContext fhirContext) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
getTransportName, send, shutdown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.protocol.AuditTransmissionProtocol
send
-
Constructor Details
-
MethanolFhirRestTLSAuditRecordSender
-
MethanolFhirRestTLSAuditRecordSender
public MethanolFhirRestTLSAuditRecordSender(ca.uhn.fhir.rest.client.impl.RestfulClientFactory restfulClientFactory, String baseUrl) -
MethanolFhirRestTLSAuditRecordSender
-
-
Method Details
-
createSslAwareClientFactory
protected SslAwareAbstractRestfulClientFactory<?> createSslAwareClientFactory(FhirContext fhirContext) - Specified by:
createSslAwareClientFactory
in classAbstractFhirRestTLSAuditRecordSender
-