Package | Description |
---|---|
org.hornetq.core.protocol.stomp | |
org.hornetq.core.protocol.stomp.v11 | |
org.hornetq.core.protocol.stomp.v12 |
Modifier and Type | Method and Description |
---|---|
void |
VersionedStompFrameHandler.onError(HornetQStompException e) |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.abortTransaction(String txID) |
void |
StompConnection.acknowledge(String messageID,
String subscriptionID) |
protected void |
StompConnection.beginTransaction(String txID) |
void |
StompConnection.checkDestination(String destination) |
void |
StompConnection.commitTransaction(String txID) |
StompFrame |
VersionedStompFrameHandler.decode(HornetQBuffer buffer) |
StompFrame |
StompDecoder.decode(HornetQBuffer buffer) |
StompFrame |
StompConnection.decode(HornetQBuffer buffer) |
StompSession |
StompConnection.getSession(String txID) |
void |
StompConnection.negotiateVersion(StompFrame frame) |
protected StompFrame |
StompDecoder.parseBody() |
protected boolean |
StompDecoder.parseCommand() |
protected boolean |
StompDecoder.parseHeaders() |
protected void |
StompConnection.sendServerMessage(ServerMessageImpl message,
String txID) |
void |
StompConnection.setHost(String host) |
void |
StompDecoder.throwInvalid() |
void |
StompConnection.unsubscribe(String subscriptionID,
String durableSubscriberName) |
protected void |
StompConnection.validate() |
Modifier and Type | Method and Description |
---|---|
protected void |
StompFrameHandlerV11.StompDecoderV11.checkEol() |
protected StompFrame |
StompFrameHandlerV11.StompDecoderV11.parseBody() |
protected boolean |
StompFrameHandlerV11.StompDecoderV11.parseCommand() |
protected boolean |
StompFrameHandlerV11.StompDecoderV11.parseHeaders() |
Modifier and Type | Method and Description |
---|---|
protected void |
StompFrameHandlerV12.StompDecoderV12.checkEol() |
protected StompFrame |
StompFrameHandlerV12.StompDecoderV12.parseBody() |
protected boolean |
StompFrameHandlerV12.StompDecoderV12.parseHeaders() |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.