public interface Listener
TcpListener,
TlsTcpListener,
WebsocketListener,
TlsWebsocketListener| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress() |
com.google.common.base.Optional<ClientWriteBufferProperties> |
getClientWriteBufferProperties() |
com.google.common.base.Optional<ConnectOverloadProtectionProperties> |
getConnectOverloadProtectionProperties() |
int |
getPort() |
com.google.common.base.Optional<SocketOptionsProperties> |
getSocketOptionsProperties() |
boolean |
isProxyProtocolSupported() |
String |
readableName() |
int getPort()
String getBindAddress()
String readableName()
boolean isProxyProtocolSupported()
com.google.common.base.Optional<SocketOptionsProperties> getSocketOptionsProperties()
Optional of SocketOptionsProperties of this listenercom.google.common.base.Optional<ConnectOverloadProtectionProperties> getConnectOverloadProtectionProperties()
Optional of ConnectOverloadProtectionProperties of this listenercom.google.common.base.Optional<ClientWriteBufferProperties> getClientWriteBufferProperties()
Optional of ClientWriteBufferProperties of this listenerCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.