org.apache.activemq.transport.mqtt
public class MQTTSslTransportFactory extends SslTransportFactory implements BrokerServiceAware
Constructor and Description |
---|
MQTTSslTransportFactory() |
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 Transport |
createInactivityMonitor(Transport transport,
WireFormat format) |
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, setKeyAndTrustManagers
createTcpTransport, createTcpTransportServer, isUseInactivityMonitor
bind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, getOption, registerTransportFactory
public MQTTSslTransportFactory()
protected java.lang.String getDefaultWireFormatType()
getDefaultWireFormatType
in class TransportFactory
public Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
SslTransportFactory
compositeConfigure
in class SslTransportFactory
public Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options) throws java.lang.Exception
TransportFactory
serverConfigure
in class TransportFactory
java.lang.Exception
public void setBrokerService(BrokerService brokerService)
setBrokerService
in interface BrokerServiceAware
protected Transport createInactivityMonitor(Transport transport, WireFormat format)
createInactivityMonitor
in class TcpTransportFactory
Copyright © 2005-2014. All Rights Reserved.