public class StompSslTransportFactory extends SslTransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
StompSslTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
Overriding to allow for proper configuration through reflection but delegate to get common
configuration
|
protected java.lang.String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
Fully configures and adds all need transport filters so that the
transport can be used by the ActiveMQ message broker.
|
void |
setBrokerService(BrokerService brokerService) |
createServerSocketFactory, createSocketFactory, createTransport, doBind, setKeyAndTrustManagerscreateInactivityMonitor, createTcpTransport, createTcpTransportServer, isUseInactivityMonitorbind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactorypublic StompSslTransportFactory()
protected java.lang.String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactorypublic Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
SslTransportFactorycompositeConfigure in class SslTransportFactorypublic Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options) throws java.lang.Exception
TransportFactoryserverConfigure in class TransportFactoryjava.lang.Exceptionpublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareCopyright © 2005-2012. All Rights Reserved.