org.fusesource.*
-
org.fusesource.mqtt.codec.CONNACK
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
2 |
-
org.fusesource.mqtt.codec.CONNECT
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
1 |
-
org.fusesource.mqtt.codec.DISCONNECT
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
14 |
-
org.fusesource.mqtt.codec.PINGREQ
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
12 |
-
org.fusesource.mqtt.codec.PINGRESP
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
13 |
-
org.fusesource.mqtt.codec.PUBACK
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
4 |
-
org.fusesource.mqtt.codec.PUBCOMP
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
7 |
-
org.fusesource.mqtt.codec.PUBLISH
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
3 |
-
org.fusesource.mqtt.codec.PUBREC
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
5 |
-
org.fusesource.mqtt.codec.PUBREL
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
6 |
-
org.fusesource.mqtt.codec.SUBACK
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
9 |
-
org.fusesource.mqtt.codec.SUBSCRIBE
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
8 |
-
org.fusesource.mqtt.codec.UNSUBACK
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
11 |
-
org.fusesource.mqtt.codec.UNSUBSCRIBE
Modifier and Type |
Constant Field |
Value |
public static final byte |
TYPE |
10 |
Copyright © 2010-2016 FuseSource, Corp.. All Rights Reserved.