public class StompSslTransportFactory extends SslTransportFactory implements BrokerServiceAware
Constructor and Description |
---|
StompSslTransportFactory() |
Modifier and Type | Method and Description |
---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
Map options)
Overriding to allow for proper configuration through reflection but delegate to get common
configuration
|
protected String |
getDefaultWireFormatType() |
Transport |
serverConfigure(Transport transport,
WireFormat format,
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, setKeyAndTrustManagers
createInactivityMonitor, createTcpTransport, createTcpTransportServer, isUseInactivityMonitor
bind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactory
protected String getDefaultWireFormatType()
getDefaultWireFormatType
in class TransportFactory
public Transport compositeConfigure(Transport transport, WireFormat format, Map options)
SslTransportFactory
compositeConfigure
in class SslTransportFactory
public Transport serverConfigure(Transport transport, WireFormat format, HashMap options) throws Exception
TransportFactory
serverConfigure
in class TransportFactory
Exception
public void setBrokerService(BrokerService brokerService)
setBrokerService
in interface BrokerServiceAware
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.