Verbpublic interface Verb Bayeux Verb interface used for implementing the reserved meta-channel Verbs:
* handshake
* connect
* reconnect
* disconnect
* status
* subscribe
* unsubscribe
* ping |
Fields Summary |
---|
public static int | HANDSHAKE | public static int | CONNECT | public static int | DISCONNECT | public static int | RECONNECT | public static int | SUBSCRIBE | public static int | UNSUBSCRIBE | public static int | STATUS | public static int | PING | public static int | DATA | public static int | ADVISE |
Methods Summary |
---|
public int | getType()Return the Verb's type.
| public java.lang.String | toJSON()Return the JSON representation of the Verb.
|
|