org.projectodd.stilts.stomp.protocol
Class StompFrame.Command
java.lang.Object
org.projectodd.stilts.stomp.protocol.StompFrame.Command
- Enclosing class:
- StompFrame
public static class StompFrame.Command
- extends Object
commands
public static Map<String,StompFrame.Command> commands
STOMP
public static final StompFrame.Command STOMP
CONNECT
public static final StompFrame.Command CONNECT
CONNECTED
public static final StompFrame.Command CONNECTED
DISCONNECT
public static final StompFrame.Command DISCONNECT
SEND
public static final StompFrame.Command SEND
MESSAGE
public static final StompFrame.Command MESSAGE
SUBSCRIBE
public static final StompFrame.Command SUBSCRIBE
UNSUBSCRIBE
public static final StompFrame.Command UNSUBSCRIBE
BEGIN
public static final StompFrame.Command BEGIN
COMMIT
public static final StompFrame.Command COMMIT
ACK
public static final StompFrame.Command ACK
NACK
public static final StompFrame.Command NACK
ABORT
public static final StompFrame.Command ABORT
RECEIPT
public static final StompFrame.Command RECEIPT
ERROR
public static final StompFrame.Command ERROR
StompFrame.Command
public StompFrame.Command(String name,
boolean hasContent)
valueOf
public static StompFrame.Command valueOf(String text)
hasContent
public boolean hasContent()
getBytes
public byte[] getBytes()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.