See: Description
| Interface | Description |
|---|---|
| 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 | |
| StompTransport |
Basic interface that mediates between protocol converter and transport
|
| Class | Description |
|---|---|
| FrameTranslator.Helper |
Helper class which holds commonly needed functions used when implementing
FrameTranslators
|
| JmsFrameTranslator |
Frame translator implementation that uses XStream to convert messages to and
from XML and JSON
|
| LegacyFrameTranslator |
Implements ActiveMQ 4.0 translations
|
| ProtocolConverter | |
| StompCodec | |
| StompConnection | |
| StompFrame |
Represents all the data in a STOMP frame.
|
| StompFrameError |
Command indicating that an invalid Stomp Frame was received.
|
| StompInactivityMonitor |
Used to make sure that commands are arriving periodically from the peer of
the transport.
|
| StompNIOSSLTransport | |
| StompNIOSSLTransportFactory | |
| StompNIOTransport |
An implementation of the
Transport interface for using Stomp over NIO |
| StompNIOTransportFactory |
A STOMP over NIO transport factory
|
| StompQueueBrowserSubscription | |
| StompSslTransportFactory |
A STOMP over SSL transport factory
|
| StompSubscription |
Keeps track of the STOMP subscription 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.
|
| Enum | Description |
|---|---|
| Stomp.Transformations |
| Exception | Description |
|---|---|
| ProtocolException |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.