public class ConnectProperties extends AbstractProperties
| 构造器和说明 |
|---|
ConnectProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getAuthenticationData() |
String |
getAuthenticationMethod() |
Integer |
getMaximumPacketSize() |
int |
getReceiveMaximum() |
byte |
getRequestProblemInformation() |
byte |
getRequestResponseInformation() |
int |
getSessionExpiryInterval() |
int |
getTopicAliasMaximum() |
List<UserProperty> |
getUserProperties() |
void |
setAuthenticationData(byte[] authenticationData) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setMaximumPacketSize(Integer maximumPacketSize) |
void |
setReceiveMaximum(int receiveMaximum) |
void |
setRequestProblemInformation(byte requestProblemInformation) |
void |
setRequestResponseInformation(byte requestResponseInformation) |
void |
setSessionExpiryInterval(int sessionExpiryInterval) |
void |
setTopicAliasMaximum(int topicAliasMaximum) |
decode, preEncode, writeTopublic int getSessionExpiryInterval()
public void setSessionExpiryInterval(int sessionExpiryInterval)
public int getReceiveMaximum()
public void setReceiveMaximum(int receiveMaximum)
public Integer getMaximumPacketSize()
public void setMaximumPacketSize(Integer maximumPacketSize)
public int getTopicAliasMaximum()
public void setTopicAliasMaximum(int topicAliasMaximum)
public byte getRequestResponseInformation()
public void setRequestResponseInformation(byte requestResponseInformation)
public byte getRequestProblemInformation()
public void setRequestProblemInformation(byte requestProblemInformation)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public byte[] getAuthenticationData()
public void setAuthenticationData(byte[] authenticationData)
public List<UserProperty> getUserProperties()
Copyright © 2025. All rights reserved.