Class TlsSyslogServer
java.lang.Object
org.openehealth.ipf.commons.audit.server.SyslogServer<reactor.netty.DisposableChannel>
org.openehealth.ipf.commons.audit.server.TlsSyslogServer
- All Implemented Interfaces:
Closeable
,AutoCloseable
TLS syslog server following RFC 5425.
- Since:
- 4.0
- Author:
- Christian Ohr
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.audit.server.SyslogServer
channel, consumer, errorConsumer
-
Constructor Summary
ConstructorDescriptionTlsSyslogServer
(Consumer<? super Map<String, Object>> consumer, Consumer<Throwable> errorConsumer, TlsParameters tlsParameters) -
Method Summary
-
Field Details
-
tlsParameters
-
-
Constructor Details
-
TlsSyslogServer
-
TlsSyslogServer
-
-
Method Details
-
doStart
- Specified by:
doStart
in classSyslogServer<reactor.netty.DisposableChannel>
-