Class VertxTLSSyslogSenderImpl
java.lang.Object
org.openehealth.ipf.commons.audit.protocol.RFC5424Protocol
org.openehealth.ipf.commons.audit.protocol.RFC5425Protocol
org.openehealth.ipf.commons.audit.protocol.NioTLSSyslogSenderImpl<String,VertxTLSSyslogSenderImpl.VertxDestination>
org.openehealth.ipf.commons.audit.protocol.VertxTLSSyslogSenderImpl
- All Implemented Interfaces:
AuditTransmissionProtocol
@Deprecated
public class VertxTLSSyslogSenderImpl
extends NioTLSSyslogSenderImpl<String,VertxTLSSyslogSenderImpl.VertxDestination>
Deprecated.
NIO implementation of a TLS Syslog sender by using an embedded Vert.x instance.
- Since:
- 3.5
- Author:
- Christian Ohr
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.Nested classes/interfaces inherited from class org.openehealth.ipf.commons.audit.protocol.NioTLSSyslogSenderImpl
NioTLSSyslogSenderImpl.Destination<H>
-
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
ConstructorDescriptionDeprecated.VertxTLSSyslogSenderImpl
(io.vertx.core.Vertx vertx) Deprecated.VertxTLSSyslogSenderImpl
(io.vertx.core.Vertx vertx, TlsParameters tlsParameters) Deprecated.VertxTLSSyslogSenderImpl
(TlsParameters tlsParameters) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.makeDestination
(TlsParameters tlsParameters, String host, int port, boolean logging) Deprecated.Methods inherited from class org.openehealth.ipf.commons.audit.protocol.NioTLSSyslogSenderImpl
customizeDestination, send, setLoggingEnabled, shutdown
Methods inherited from class org.openehealth.ipf.commons.audit.protocol.RFC5425Protocol
getTransportPayload
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
-
VertxTLSSyslogSenderImpl
public VertxTLSSyslogSenderImpl()Deprecated. -
VertxTLSSyslogSenderImpl
Deprecated. -
VertxTLSSyslogSenderImpl
public VertxTLSSyslogSenderImpl(io.vertx.core.Vertx vertx) Deprecated. -
VertxTLSSyslogSenderImpl
Deprecated.
-
-
Method Details
-
makeDestination
protected VertxTLSSyslogSenderImpl.VertxDestination makeDestination(TlsParameters tlsParameters, String host, int port, boolean logging) Deprecated.- Specified by:
makeDestination
in classNioTLSSyslogSenderImpl<String,
VertxTLSSyslogSenderImpl.VertxDestination>
-
getTransportName
Deprecated.- Returns:
- name of the AuditTransmissionProtocol
-