Class VertxUDPSyslogSenderImpl

java.lang.Object
org.openehealth.ipf.commons.audit.protocol.RFC5424Protocol
org.openehealth.ipf.commons.audit.protocol.VertxUDPSyslogSenderImpl
All Implemented Interfaces:
AuditTransmissionProtocol

@Deprecated public class VertxUDPSyslogSenderImpl extends RFC5424Protocol implements AuditTransmissionProtocol
Deprecated.
NIO implementation of a UDP Syslog sender by using an embedded Vert.x instance. There is no obvious performance improvement compared to UDPSyslogSenderImpl.
Since:
3.5
Author:
Christian Ohr
  • Constructor Details

    • VertxUDPSyslogSenderImpl

      public VertxUDPSyslogSenderImpl()
      Deprecated.
    • VertxUDPSyslogSenderImpl

      public VertxUDPSyslogSenderImpl(TlsParameters tlsParameters)
      Deprecated.
    • VertxUDPSyslogSenderImpl

      public VertxUDPSyslogSenderImpl(io.vertx.core.Vertx vertx)
      Deprecated.
  • Method Details