public class InterceptConnectMessage extends InterceptAbstractMessage
| 构造器和说明 |
|---|
InterceptConnectMessage(io.netty.handler.codec.mqtt.MqttConnectMessage msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientID() |
int |
getKeepAlive() |
byte[] |
getPassword() |
String |
getProtocolName() |
byte |
getProtocolVersion() |
String |
getUsername() |
byte[] |
getWillMessage() |
byte |
getWillQos() |
String |
getWillTopic() |
boolean |
isCleanSession() |
boolean |
isPasswordFlag() |
boolean |
isUserFlag() |
boolean |
isWillFlag() |
boolean |
isWillRetain() |
getQos, isDupFlag, isRetainFlagpublic InterceptConnectMessage(io.netty.handler.codec.mqtt.MqttConnectMessage msg)
public String getClientID()
public boolean isCleanSession()
public int getKeepAlive()
public boolean isPasswordFlag()
public byte getProtocolVersion()
public String getProtocolName()
public boolean isUserFlag()
public boolean isWillFlag()
public byte getWillQos()
public boolean isWillRetain()
public String getUsername()
public byte[] getPassword()
public String getWillTopic()
public byte[] getWillMessage()
Copyright © 2021. All rights reserved.