Uses of Class
com.bytedesk.core.socket.mqtt.protocol.ProtocolProcess
Packages that use ProtocolProcess
Package
Description
-
Uses of ProtocolProcess in com.bytedesk.core.socket.mqtt.handler
Fields in com.bytedesk.core.socket.mqtt.handler declared as ProtocolProcessConstructors in com.bytedesk.core.socket.mqtt.handler with parameters of type ProtocolProcess -
Uses of ProtocolProcess in com.bytedesk.core.socket.mqtt.initializer
Fields in com.bytedesk.core.socket.mqtt.initializer declared as ProtocolProcessModifier and TypeFieldDescriptionprivate final ProtocolProcess
MqttServerInitializer.mProtocolProcess
private final ProtocolProcess
MqttWebSocketServerInitializer.mProtocolProcess
Constructors in com.bytedesk.core.socket.mqtt.initializer with parameters of type ProtocolProcessModifierConstructorDescriptionMqttWebSocketServerInitializer
(io.netty.handler.ssl.SslContext sslCtx, ProtocolProcess protocolProcess, int maxPayloadSize) -
Uses of ProtocolProcess in com.bytedesk.core.socket.mqtt.server
Fields in com.bytedesk.core.socket.mqtt.server declared as ProtocolProcess