Uses of Interface
org.apache.activemq.transport.stomp.StompTransport
-
Packages that use StompTransport 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 -
-
Uses of StompTransport in org.apache.activemq.transport.stomp
Classes in org.apache.activemq.transport.stomp that implement StompTransport Modifier and Type Class Description class
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.Methods in org.apache.activemq.transport.stomp that return StompTransport Modifier and Type Method Description StompTransport
ProtocolConverter. getStompTransport()
Constructors in org.apache.activemq.transport.stomp with parameters of type StompTransport Constructor Description ProtocolConverter(StompTransport stompTransport, BrokerContext brokerContext)
-
Uses of StompTransport in org.apache.activemq.transport.ws
Classes in org.apache.activemq.transport.ws that implement StompTransport Modifier and Type Class Description class
AbstractStompSocket
Base implementation of a STOMP based WebSocket handler. -
Uses of StompTransport in org.apache.activemq.transport.ws.jetty9
Classes in org.apache.activemq.transport.ws.jetty9 that implement StompTransport Modifier and Type Class Description class
StompSocket
Implements web socket and mediates between servlet and the broker
-