| Modifier and Type | Field and Description |
|---|---|
protected StompConnection |
VersionedStompFrameHandler.connection |
| Modifier and Type | Method and Description |
|---|---|
void |
StompProtocolManager.abortTransaction(StompConnection connection,
String txID) |
void |
StompProtocolManager.acknowledge(StompConnection connection,
String messageID,
String subscriptionID) |
void |
StompProtocolManager.beginTransaction(StompConnection connection,
String txID) |
void |
StompProtocolManager.cleanup(StompConnection connection) |
void |
StompProtocolManager.commitTransaction(StompConnection connection,
String txID) |
void |
ActiveMQStompProtocolLogger.connectionClosed(StompConnection connection) |
void |
StompProtocolManager.createSubscription(StompConnection connection,
String subscriptionID,
String durableSubscriptionName,
String destination,
String selector,
String ack,
boolean noLocal) |
static VersionedStompFrameHandler |
VersionedStompFrameHandler.getHandler(StompConnection connection,
StompVersions version,
ScheduledExecutorService scheduledExecutorService,
ExecutorFactory executorFactory) |
StompSession |
StompProtocolManager.getSession(StompConnection connection) |
StompSession |
StompProtocolManager.getTransactedSession(StompConnection connection,
String txID) |
boolean |
StompProtocolManager.send(StompConnection connection,
StompFrame frame) |
void |
StompProtocolManager.sendReply(StompConnection connection,
StompFrame frame) |
void |
StompProtocolManager.unsubscribe(StompConnection connection,
String subscriptionID,
String durableSubscriberName) |
| Constructor and Description |
|---|
ActiveMQStompException(StompConnection connection,
String msg) |
VersionedStompFrameHandler(StompConnection connection,
ScheduledExecutorService scheduledExecutorService,
ExecutorFactory executorFactory) |
| Constructor and Description |
|---|
StompFrameHandlerV10(StompConnection connection,
ScheduledExecutorService scheduledExecutorService,
ExecutorFactory factory) |
| Constructor and Description |
|---|
StompFrameHandlerV11(StompConnection connection,
ScheduledExecutorService scheduledExecutorService,
ExecutorFactory executorFactory) |
| Constructor and Description |
|---|
StompFrameHandlerV12(StompConnection connection,
ScheduledExecutorService scheduledExecutorService,
ExecutorFactory factory) |
Copyright © 2023 The Apache Software Foundation. All Rights Reserved.