| Package | Description |
|---|---|
| com.hivemq.spi.services.configuration.entity |
| Modifier and Type | Method and Description |
|---|---|
Tls |
TlsWebsocketListener.getTls() |
Tls |
TlsTcpListener.getTls() |
| Modifier and Type | Method and Description |
|---|---|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.tls(Tls tls)
Sets the TLS configuration of the TLS Websocket listener
|
| Constructor and Description |
|---|
TlsTcpListener(Integer port,
String bindAddress,
Tls tls)
Creates a new TLS Listener which listens to a specific port and bind address
|
TlsTcpListener(int port,
String bindAddress,
Tls tls,
boolean proxyProtocolSupported)
Creates a new TLS Listener which listens to a specific port, bind address and proxy setting
|
TlsTcpListener(int port,
String bindAddress,
Tls tls,
boolean proxyProtocolSupported,
SocketOptionsProperties socketOptionsProperties,
ConnectOverloadProtectionProperties connectOverloadProtectionProperties,
ClientWriteBufferProperties clientWriteBufferProperties)
Creates a new TLS Listener which listens to a specific port, bind address, proxy setting, socket options, overload protection and write buffer properties
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.