Class InterceptConnectMessage
- java.lang.Object
-
- io.moquette.interception.messages.InterceptAbstractMessage
-
- io.moquette.interception.messages.InterceptConnectMessage
-
- All Implemented Interfaces:
InterceptMessage
public class InterceptConnectMessage extends InterceptAbstractMessage
-
-
Constructor Summary
Constructors Constructor Description InterceptConnectMessage(io.netty.handler.codec.mqtt.MqttConnectMessage msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientID()intgetKeepAlive()byte[]getPassword()StringgetProtocolName()bytegetProtocolVersion()StringgetUsername()byte[]getWillMessage()bytegetWillQos()StringgetWillTopic()booleanisCleanSession()booleanisPasswordFlag()booleanisUserFlag()booleanisWillFlag()booleanisWillRetain()-
Methods inherited from class io.moquette.interception.messages.InterceptAbstractMessage
getQos, isDupFlag, isRetainFlag
-
-
-
-
Method Detail
-
getClientID
public String getClientID()
-
isCleanSession
public boolean isCleanSession()
-
getKeepAlive
public int getKeepAlive()
-
isPasswordFlag
public boolean isPasswordFlag()
-
getProtocolVersion
public byte getProtocolVersion()
-
getProtocolName
public String getProtocolName()
-
isUserFlag
public boolean isUserFlag()
-
isWillFlag
public boolean isWillFlag()
-
getWillQos
public byte getWillQos()
-
isWillRetain
public boolean isWillRetain()
-
getUsername
public String getUsername()
-
getPassword
public byte[] getPassword()
-
getWillTopic
public String getWillTopic()
-
getWillMessage
public byte[] getWillMessage()
-
-