org.projectodd.stilts.stomp.protocol
Class StompFrames
java.lang.Object
org.projectodd.stilts.stomp.protocol.StompFrames
public class StompFrames
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StompFrames
public StompFrames()
newAckFrame
public static StompFrame newAckFrame(Headers headers)
newNackFrame
public static StompFrame newNackFrame(Headers headers)
newSendFrame
public static StompFrame newSendFrame(StompMessage message)
newConnectedFrame
public static StompFrame newConnectedFrame(String sessionId,
StompFrame.Version version)
newDisconnectFrame
public static StompFrame newDisconnectFrame()
newErrorFrame
public static StompFrame newErrorFrame(String message,
StompFrame inReplyTo)
newReceiptFrame
public static StompFrame newReceiptFrame(String receiptId)
newBeginFrame
public static StompControlFrame newBeginFrame(String transactionId)
newCommitFrame
public static StompControlFrame newCommitFrame(String transactionId)
newAbortFrame
public static StompControlFrame newAbortFrame(String transactionId)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.