| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Listener> |
ClientData.getListener()
Returns the listener the client connected to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpListener
A listener which allows to listen to MQTT traffic via TCP
|
class |
TlsTcpListener
A listener which allows to listen to MQTT traffic via TLS
|
class |
TlsWebsocketListener
A listener which allows to listen to MQTT traffic over secure websockets with TLS.
|
class |
WebsocketListener
A listener which allows to listen to MQTT traffic over websockets.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Listener> |
ListenerConfigurationService.addListener(T listener)
Adds a new Listener at runtime
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
ListenerConfigurationService.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
ListenerValidator.validate(Listener listener,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Listeners.isSecure(Listener listener)
Checks if a given
Listener uses TLS. |
static boolean |
Listeners.isWebsocket(Listener listener)
Checks if a given
Listener is a websocket listener |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.