org.apache.activemq.transport.amqp
Class AMQPSslTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.tcp.SslTransportFactory
org.apache.activemq.transport.amqp.AMQPSslTransportFactory
- All Implemented Interfaces:
- BrokerServiceAware
public class AMQPSslTransportFactory
- extends SslTransportFactory
- implements BrokerServiceAware
A AMQP over SSL transport factory
| Methods inherited from class org.apache.activemq.transport.TransportFactory |
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMQPSslTransportFactory
public AMQPSslTransportFactory()
getDefaultWireFormatType
protected String getDefaultWireFormatType()
- Overrides:
getDefaultWireFormatType in class TransportFactory
compositeConfigure
public Transport compositeConfigure(Transport transport,
WireFormat format,
Map options)
- Description copied from class:
SslTransportFactory
- Overriding to allow for proper configuration through reflection but delegate to get common
configuration
- Overrides:
compositeConfigure in class SslTransportFactory
- Returns:
serverConfigure
public Transport serverConfigure(Transport transport,
WireFormat format,
HashMap options)
throws Exception
- Description copied from class:
TransportFactory
- Fully configures and adds all need transport filters so that the
transport can be used by the ActiveMQ message broker. The main difference
between this and the configure() method is that the broker does not issue
requests to the client so the ResponseCorrelator is not needed.
- Overrides:
serverConfigure in class TransportFactory
- Returns:
-
- Throws:
Exception
setBrokerService
public void setBrokerService(BrokerService brokerService)
- Specified by:
setBrokerService in interface BrokerServiceAware
isUseInactivityMonitor
protected boolean isUseInactivityMonitor(Transport transport)
- Description copied from class:
TcpTransportFactory
- Returns true if the inactivity monitor should be used on the transport
- Overrides:
isUseInactivityMonitor in class TcpTransportFactory
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.