Class NioTLSSyslogSenderImpl<H,​D extends NioTLSSyslogSenderImpl.Destination<H>>

    • Constructor Detail

      • NioTLSSyslogSenderImpl

        public NioTLSSyslogSenderImpl​(TlsParameters tlsParameters)
    • Method Detail

      • setLoggingEnabled

        public void setLoggingEnabled​(boolean loggingEnabled)
      • customizeDestination

        protected D customizeDestination​(D destination)
        Allows to customize the destination, e.g. to set network-specific parameters
        Parameters:
        destination - destination used for the connection
      • makeDestination

        protected abstract D makeDestination​(TlsParameters tlsParameters,
                                             String host,
                                             int port,
                                             boolean logging)