Package com.bytedesk.core.socket.mqtt
Class MqttSession
java.lang.Object
com.bytedesk.core.socket.mqtt.MqttSession
- All Implemented Interfaces:
Serializable
会话存储
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.netty.channel.Channel
private boolean
private String
private static final long
private io.netty.handler.codec.mqtt.MqttPublishMessage
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
clientId
-
channel
private io.netty.channel.Channel channel -
cleanSession
private boolean cleanSession -
willMessage
private io.netty.handler.codec.mqtt.MqttPublishMessage willMessage
-
-
Constructor Details
-
MqttSession
public MqttSession()
-