| Package | Description |
|---|---|
| com.hivemq.spi.services.configuration.entity |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectOverloadProtectionProperties |
WebsocketListener.Builder.connectOverloadProtectionProperties |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ConnectOverloadProtectionProperties> |
Listener.getConnectOverloadProtectionProperties() |
com.google.common.base.Optional<ConnectOverloadProtectionProperties> |
WebsocketListener.getConnectOverloadProtectionProperties() |
com.google.common.base.Optional<ConnectOverloadProtectionProperties> |
TcpListener.getConnectOverloadProtectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setConnectOverloadProtectionProperties(ConnectOverloadProtectionProperties connectOverloadProtectionProperties)
Set the
ConnectOverloadProtectionProperties of this listener |
WebsocketListener.Builder |
WebsocketListener.Builder.setConnectOverloadProtectionProperties(ConnectOverloadProtectionProperties connectOverloadProtectionProperties)
Set the
ConnectOverloadProtectionProperties of this listener |
| Constructor and Description |
|---|
TcpListener(int port,
String bindAddress,
boolean proxyProtocolSupported,
SocketOptionsProperties socketOptionsProperties,
ConnectOverloadProtectionProperties connectOverloadProtectionProperties,
ClientWriteBufferProperties clientWriteBufferProperties)
Creates a new TCP listener which listens to a specific port, bind address, proxy setting, socket options, overload protection and write buffer properties
|
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
|
WebsocketListener(int port,
String bindAddress,
String path,
boolean allowExtensions,
List<String> subprotocols,
boolean proxyProtocolSupported,
SocketOptionsProperties socketOptionsProperties,
ConnectOverloadProtectionProperties connectOverloadProtectionProperties,
ClientWriteBufferProperties clientWriteBufferProperties) |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.