Class MqttWebSocketServer

java.lang.Object
com.bytedesk.core.socket.mqtt.server.MqttWebSocketServer

@Component public class MqttWebSocketServer extends Object
encrypt/security through nginx proxy
Author:
bytedesk.com on 2019-07-23
  • Field Details

    • mqttProperties

      @Autowired private MqttProperties mqttProperties
    • protocolProcess

      @Autowired private ProtocolProcess 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