| Package | Description |
|---|---|
| com.hivemq.spi.services.configuration.entity |
| Modifier and Type | Method and Description |
|---|---|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.allowExtensions(boolean allowExtensions)
Sets if websocket extensions should be allowed or not
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.bindAddress(String bindAddress)
Sets the bind address of the TLS websocket listener
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.path(String path)
Sets the websocket path of the TLS websocket listener
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.port(int port)
Sets the port of the TLS websocket listener
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.proxyProtocolSupported(boolean proxyProtocolSupported)
Set this to true if you want this listener to support the PROXY protocol
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setClientWriteBufferProperties(ClientWriteBufferProperties clientWriteBufferProperties)
Set the
ClientWriteBufferProperties of this listener |
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setConnectOverloadProtectionProperties(ConnectOverloadProtectionProperties connectOverloadProtectionProperties)
Set the
ConnectOverloadProtectionProperties of this listener |
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setSocketOptionsProperties(SocketOptionsProperties socketOptionsProperties)
Set the
SocketOptionsProperties of this listener |
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setSubprotocols(List<String> subprotocols)
Sets a list of subprotocols the websocket listener should support.
|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.tls(Tls tls)
Sets the TLS configuration of the TLS Websocket listener
|
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.