Class MQTTSslTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.tcp.TcpTransportFactory
org.apache.activemq.transport.tcp.SslTransportFactory
org.apache.activemq.transport.mqtt.MQTTSslTransportFactory
- All Implemented Interfaces:
BrokerServiceAware
public class MQTTSslTransportFactory
extends org.apache.activemq.transport.tcp.SslTransportFactory
implements BrokerServiceAware
A MQTT over SSL transport factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) protected TransportcreateInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format) protected org.apache.activemq.transport.tcp.SslTransportServercreateSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) protected StringserverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) voidsetBrokerService(BrokerService brokerService) Methods inherited from class org.apache.activemq.transport.tcp.SslTransportFactory
createServerSocketFactory, createSocketFactory, createTransport, createTransport, doBindMethods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createTcpTransport, createTcpTransportServer, createTransport, isUseInactivityMonitorMethods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
-
Constructor Details
-
MQTTSslTransportFactory
public MQTTSslTransportFactory()
-
-
Method Details
-
getDefaultWireFormatType
- Overrides:
getDefaultWireFormatTypein classTransportFactory
-
compositeConfigure
public Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options) - Overrides:
compositeConfigurein classorg.apache.activemq.transport.tcp.SslTransportFactory
-
createSslTransportServer
protected org.apache.activemq.transport.tcp.SslTransportServer createSslTransportServer(URI location, SSLServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException - Overrides:
createSslTransportServerin classorg.apache.activemq.transport.tcp.SslTransportFactory- Throws:
IOExceptionURISyntaxException
-
serverConfigure
public Transport serverConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception - Overrides:
serverConfigurein classTransportFactory- Throws:
Exception
-
setBrokerService
- Specified by:
setBrokerServicein interfaceBrokerServiceAware
-
createInactivityMonitor
protected Transport createInactivityMonitor(Transport transport, org.apache.activemq.wireformat.WireFormat format) - Overrides:
createInactivityMonitorin classorg.apache.activemq.transport.tcp.TcpTransportFactory
-