public class AMQPSslTransportFactory extends org.apache.activemq.transport.tcp.SslTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
AMQPSslTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected String |
getDefaultWireFormatType() |
protected boolean |
isUseInactivityMonitor(Transport transport) |
Transport |
serverConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createSslTransportServer, createTransport, doBindcreateInactivityMonitor, createTcpTransport, createTcpTransportServerbind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactoryprotected 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.SslTransportFactorypublic Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception
serverConfigure in class TransportFactoryExceptionpublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected boolean isUseInactivityMonitor(Transport transport)
isUseInactivityMonitor in class org.apache.activemq.transport.tcp.TcpTransportFactoryCopyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.