|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FrameTranslator | Implementations of this interface are used to map back and forth from Stomp to ActiveMQ. |
Stomp | |
Stomp.Commands | |
Stomp.Headers | |
Stomp.Headers.Ack | |
Stomp.Headers.Connect | |
Stomp.Headers.Connected | |
Stomp.Headers.Error | |
Stomp.Headers.Message | |
Stomp.Headers.Response | |
Stomp.Headers.Send | |
Stomp.Headers.Subscribe | |
Stomp.Headers.Subscribe.AckModeValues | |
Stomp.Headers.Unsubscribe | |
Stomp.Responses |
Class Summary | |
---|---|
FrameTranslator.Helper | Helper class which holds commonly needed functions used when implementing FrameTranslators |
LegacyFrameTranslator | Implements ActiveMQ 4.0 translations |
ProtocolConverter | |
StompFrame | Represents all the data in a STOMP frame. |
StompFrameError | Command indicating that an invalid Stomp Frame was received. |
StompSslTransportFactory | A STOMP over SSL transport factory |
StompSubscription | Keeps track of the STOMP susbscription so that acking is correctly done. |
StompTransportFactory | A STOMP transport factory |
StompTransportFilter | The StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands. |
StompWireFormat | Implements marshalling and unmarsalling the Stomp protocol. |
StompWireFormatFactory | Creates WireFormat objects that marshalls the Stomp protocol. |
Exception Summary | |
---|---|
ProtocolException |
An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |