| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_LENGTH_LIMIT |
268435455 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
CONNACK |
2 |
public static final byte |
CONNECT |
1 |
public static final byte |
DISCONNECT |
14 |
public static final byte |
PINGREQ |
12 |
public static final byte |
PINGRESP |
13 |
public static final byte |
PUBACK |
4 |
public static final byte |
PUBCOMP |
7 |
public static final byte |
PUBLISH |
3 |
public static final byte |
PUBREC |
5 |
public static final byte |
PUBREL |
6 |
public static final byte |
SUBACK |
9 |
public static final byte |
SUBSCRIBE |
8 |
public static final byte |
UNSUBACK |
11 |
public static final byte |
UNSUBSCRIBE |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
BAD_USERNAME_OR_PASSWORD |
4 |
public static final byte |
CONNECTION_ACCEPTED |
0 |
public static final byte |
IDENTIFIER_REJECTED |
2 |
public static final byte |
NOT_AUTHORIZED |
5 |
public static final byte |
SERVER_UNAVAILABLE |
3 |
public static final byte |
UNNACEPTABLE_PROTOCOL_VERSION |
1 |
Copyright © 2016. All rights reserved.