Class StompTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.stomp.StompTransportFactory
- All Implemented Interfaces:
BrokerServiceAware
public class StompTransportFactory
extends org.apache.activemq.transport.tcp.TcpTransportFactory
implements BrokerServiceAware
A STOMP transport factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) protected TransportcreateInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format) protected StringserverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) voidsetBrokerService(BrokerService brokerService) Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createServerSocketFactory, createSocketFactory, createTcpTransport, createTcpTransportServer, createTransport, createTransport, createTransport, doBind, isUseInactivityMonitorMethods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
-
Constructor Details
-
StompTransportFactory
public StompTransportFactory()
-
-
Method Details
-
getDefaultWireFormatType
- Overrides:
getDefaultWireFormatTypein classTransportFactory
-
compositeConfigure
public Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) - Overrides:
compositeConfigurein classorg.apache.activemq.transport.tcp.TcpTransportFactory
-
setBrokerService
- Specified by:
setBrokerServicein interfaceBrokerServiceAware
-
serverConfigure
public Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception - Overrides:
serverConfigurein classTransportFactory- Throws:
Exception
-
createInactivityMonitor
protected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format) - Overrides:
createInactivityMonitorin classorg.apache.activemq.transport.tcp.TcpTransportFactory
-