public class TlsProtocol<T extends TlsProtocol<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TlsProtocol.TlsProtocolResources
Child mutators for TlsProtocol
|
Constructor and Description |
---|
TlsProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
clientCertificateStoreAuthentication()
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthentication value)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationConsumer consumer)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationSupplier supplier)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
String |
getKey() |
String |
host()
The host of the syslog server for the tls over tcp requests.
|
T |
host(String value)
The host of the syslog server for the tls over tcp requests.
|
String |
messageTransfer()
The message transfer setting as described in section 3.4 of RFC-6587.
|
T |
messageTransfer(String value)
The message transfer setting as described in section 3.4 of RFC-6587.
|
Integer |
port()
The port of the syslog server for the tls over tcp requests.
|
T |
port(Integer value)
The port of the syslog server for the tls over tcp requests.
|
Integer |
reconnectTimeout()
If a connection drop is detected, the number of seconds to wait before
reconnecting.
|
T |
reconnectTimeout(Integer value)
If a connection drop is detected, the number of seconds to wait before
reconnecting.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
TlsProtocol.TlsProtocolResources |
subresources() |
T |
truststoreAuthentication()
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthentication value)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthenticationConsumer consumer)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthenticationSupplier supplier)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public TlsProtocol.TlsProtocolResources subresources()
public T truststoreAuthentication(TruststoreAuthentication value)
public T truststoreAuthentication(TruststoreAuthenticationConsumer consumer)
public T truststoreAuthentication()
public T truststoreAuthentication(TruststoreAuthenticationSupplier supplier)
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthentication value)
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationConsumer consumer)
public T clientCertificateStoreAuthentication()
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationSupplier supplier)
public String host()
public String messageTransfer()
public T messageTransfer(String value)
public Integer port()
public Integer reconnectTimeout()
Copyright © 2019 JBoss by Red Hat. All rights reserved.