Class NettyTLSSyslogSenderImpl

    • Constructor Detail

      • NettyTLSSyslogSenderImpl

        public NettyTLSSyslogSenderImpl​(TlsParameters tlsParameters)
    • Method Detail

      • getTransportName

        public String getTransportName()
        Returns:
        name of the AuditTransmissionProtocol
      • setConnectTimeout

        public void setConnectTimeout​(int value,
                                      TimeUnit timeUnit)
        Sets the connect timeout
        Parameters:
        value - time value
        timeUnit - time unit
      • setSendTimeout

        public void setSendTimeout​(int value,
                                   TimeUnit timeUnit)
        Sets the send timeout
        Parameters:
        value - time value
        timeUnit - time unit
      • setWorkerThreads

        public void setWorkerThreads​(int workerThreads)
        Set the number of working threads. This corresponds with the number of connections being opened. Defaults to 1.
        Parameters:
        workerThreads - number of worker threads.