public class AmqpTransportFactory extends org.apache.activemq.transport.tcp.TcpTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
AmqpTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected Transport |
createInactivityMonitor(Transport transport,
org.apache.activemq.wireformat.WireFormat format) |
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createTcpTransport, createTcpTransportServer, createTransport, createTransport, createTransport, doBind, isUseInactivityMonitorbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactorypublic AmqpTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactorypublic Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options)
compositeConfigure in class org.apache.activemq.transport.tcp.TcpTransportFactorypublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwarepublic Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception
serverConfigure in class TransportFactoryExceptionprotected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format)
createInactivityMonitor in class org.apache.activemq.transport.tcp.TcpTransportFactoryCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.