Uses of Package
org.apache.activemq.transport.stomp
-
Packages that use org.apache.activemq.transport.stomp Package Description org.apache.activemq.transport.stomp 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.org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 -
Classes in org.apache.activemq.transport.stomp used by org.apache.activemq.transport.stomp Class Description FrameTranslator Implementations of this interface are used to map back and forth from STOMP to ActiveMQ.LegacyFrameTranslator Implements ActiveMQ 4.0 translationsProtocolConverter ProtocolException Stomp.Transformations StompAckEntry Tracker object for Messages that carry STOMP v1.2 ACK IDsStompFrame Represents all the data in a STOMP frame.StompInactivityMonitor Used to make sure that commands are arriving periodically from the peer of the transport.StompNIOTransportFactory A STOMP over NIO transport factoryStompSubscription Keeps track of the STOMP subscription so that acking is correctly done.StompTransport Basic interface that mediates between protocol converter and transportStompWireFormat Implements marshalling and unmarsalling the Stomp protocol. -
Classes in org.apache.activemq.transport.stomp used by org.apache.activemq.transport.ws Class Description ProtocolConverter StompFrame Represents all the data in a STOMP frame.StompInactivityMonitor Used to make sure that commands are arriving periodically from the peer of the transport.StompTransport Basic interface that mediates between protocol converter and transportStompWireFormat Implements marshalling and unmarsalling the Stomp protocol. -
Classes in org.apache.activemq.transport.stomp used by org.apache.activemq.transport.ws.jetty9 Class Description StompFrame Represents all the data in a STOMP frame.StompTransport Basic interface that mediates between protocol converter and transport