| Package | Description |
|---|---|
| com.hivemq.spi.services.configuration.entity |
| Modifier and Type | Field and Description |
|---|---|
protected ClientWriteBufferProperties |
WebsocketListener.Builder.clientWriteBufferProperties |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ClientWriteBufferProperties> |
Listener.getClientWriteBufferProperties() |
com.google.common.base.Optional<ClientWriteBufferProperties> |
WebsocketListener.getClientWriteBufferProperties() |
com.google.common.base.Optional<ClientWriteBufferProperties> |
TcpListener.getClientWriteBufferProperties() |
| Modifier and Type | Method and Description |
|---|---|
TlsWebsocketListener.Builder |
TlsWebsocketListener.Builder.setClientWriteBufferProperties(ClientWriteBufferProperties clientWriteBufferProperties)
Set the
ClientWriteBufferProperties of this listener |
WebsocketListener.Builder |
WebsocketListener.Builder.setClientWriteBufferProperties(ClientWriteBufferProperties clientWriteBufferProperties)
Set the
ClientWriteBufferProperties 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.