Class MqttWebSocketServer
java.lang.Object
com.bytedesk.core.socket.mqtt.server.MqttWebSocketServer
encrypt/security through nginx proxy
- Author:
- bytedesk.com on 2019-07-23
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.netty.channel.EventLoopGroup
private MqttProperties
private io.netty.channel.EventLoopGroup
private ProtocolProcess
private io.netty.channel.Channel
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mqttProperties
-
protocolProcess
-
serverChannel
private io.netty.channel.Channel serverChannel -
parentEventLoopGroup
private io.netty.channel.EventLoopGroup parentEventLoopGroup -
childEventLoopGroup
private io.netty.channel.EventLoopGroup childEventLoopGroup
-
-
Constructor Details
-
MqttWebSocketServer
public MqttWebSocketServer()
-
-
Method Details
-
init
- Throws:
Exception
-
shutdown
- Throws:
InterruptedException
-