Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
CLEAN_SESSION_DEFAULT |
true |
public static final int |
CONNECTION_TIMEOUT_DEFAULT |
30 |
public static final int |
KEEP_ALIVE_INTERVAL_DEFAULT |
60 |
public static final int |
MQTT_VERSION_3_1 |
3 |
public static final int |
MQTT_VERSION_3_1_1 |
4 |
public static final int |
MQTT_VERSION_DEFAULT |
0 |
public static final int |
URI_TYPE_LOCAL |
2 |
public static final int |
URI_TYPE_SSL |
1 |
public static final int |
URI_TYPE_TCP |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
REASON_CODE_BROKER_UNAVAILABLE |
3 |
public static final short |
REASON_CODE_CLIENT_ALREADY_DISCONNECTED |
32101 |
public static final short |
REASON_CODE_CLIENT_CLOSED |
32111 |
public static final short |
REASON_CODE_CLIENT_CONNECTED |
32100 |
public static final short |
REASON_CODE_CLIENT_DISCONNECT_PROHIBITED |
32107 |
public static final short |
REASON_CODE_CLIENT_DISCONNECTING |
32102 |
public static final short |
REASON_CODE_CLIENT_EXCEPTION |
0 |
public static final short |
REASON_CODE_CLIENT_NOT_CONNECTED |
32104 |
public static final short |
REASON_CODE_CLIENT_TIMEOUT |
32000 |
public static final short |
REASON_CODE_CONNECT_IN_PROGRESS |
32110 |
public static final short |
REASON_CODE_CONNECTION_LOST |
32109 |
public static final short |
REASON_CODE_FAILED_AUTHENTICATION |
4 |
public static final short |
REASON_CODE_INVALID_CLIENT_ID |
2 |
public static final short |
REASON_CODE_INVALID_MESSAGE |
32108 |
public static final short |
REASON_CODE_INVALID_PROTOCOL_VERSION |
1 |
public static final short |
REASON_CODE_MAX_INFLIGHT |
32202 |
public static final short |
REASON_CODE_NO_MESSAGE_IDS_AVAILABLE |
32001 |
public static final short |
REASON_CODE_NOT_AUTHORIZED |
5 |
public static final short |
REASON_CODE_SERVER_CONNECT_ERROR |
32103 |
public static final short |
REASON_CODE_SOCKET_FACTORY_MISMATCH |
32105 |
public static final short |
REASON_CODE_SSL_CONFIG_ERROR |
32106 |
public static final short |
REASON_CODE_SUBSCRIBE_FAILED |
128 |
public static final short |
REASON_CODE_TOKEN_INUSE |
32201 |
public static final short |
REASON_CODE_UNEXPECTED_ERROR |
6 |
public static final short |
REASON_CODE_WRITE_TIMEOUT |
32002 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
REASON_CODE_PERSISTENCE_IN_USE |
32200 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
MULTI_LEVEL_WILDCARD |
"#" |
public static final java.lang.String |
MULTI_LEVEL_WILDCARD_PATTERN |
"/#" |
public static final java.lang.String |
SINGLE_LEVEL_WILDCARD |
"+" |
public static final java.lang.String |
TOPIC_LEVEL_SEPARATOR |
"/" |
public static final java.lang.String |
TOPIC_WILDCARDS |
"#+" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_MSG_SIZE |
268435456 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Con" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Con" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Disc" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Ping" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
KEY |
"Ping" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
MESSAGE_TYPE_CONNACK |
2 |
public static final byte |
MESSAGE_TYPE_CONNECT |
1 |
public static final byte |
MESSAGE_TYPE_DISCONNECT |
14 |
public static final byte |
MESSAGE_TYPE_PINGREQ |
12 |
public static final byte |
MESSAGE_TYPE_PINGRESP |
13 |
public static final byte |
MESSAGE_TYPE_PUBACK |
4 |
public static final byte |
MESSAGE_TYPE_PUBCOMP |
7 |
public static final byte |
MESSAGE_TYPE_PUBLISH |
3 |
public static final byte |
MESSAGE_TYPE_PUBREC |
5 |
public static final byte |
MESSAGE_TYPE_PUBREL |
6 |
public static final byte |
MESSAGE_TYPE_SUBACK |
9 |
public static final byte |
MESSAGE_TYPE_SUBSCRIBE |
8 |
public static final byte |
MESSAGE_TYPE_UNSUBACK |
11 |
public static final byte |
MESSAGE_TYPE_UNSUBSCRIBE |
10 |
protected static final java.lang.String |
STRING_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONFIG |
4 |
public static final int |
FINE |
5 |
public static final int |
FINER |
6 |
public static final int |
FINEST |
7 |
public static final int |
INFO |
3 |
public static final int |
SEVERE |
1 |
public static final int |
WARNING |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
MQTT_CLIENT_MSG_CAT |
"org.eclipse.paho.client.mqttv3.internal.nls.logcat" |