Uses of Interface
org.apache.activemq.transport.stomp.StompTransport

Uses of StompTransport in org.apache.activemq.transport.stomp
 

Classes in org.apache.activemq.transport.stomp that implement StompTransport
 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
 StompTransport ProtocolConverter.getStompTransport()
           
 

Constructors in org.apache.activemq.transport.stomp with parameters of type StompTransport
ProtocolConverter(StompTransport stompTransport, BrokerContext brokerContext)
           
 



Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.