Uses of Class
org.apache.activemq.transport.tcp.SslTransportFactory
-
Packages that use SslTransportFactory Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of SslTransportFactory in org.apache.activemq.transport.amqp
Subclasses of SslTransportFactory in org.apache.activemq.transport.amqp Modifier and Type Class Description class
AmqpSslTransportFactory
A AMQP over SSL transport factory -
Uses of SslTransportFactory in org.apache.activemq.transport.auto
Subclasses of SslTransportFactory in org.apache.activemq.transport.auto Modifier and Type Class Description class
AutoSslTransportFactory
Constructors in org.apache.activemq.transport.auto with parameters of type SslTransportFactory Constructor Description AutoSslTransportServer(SslTransportFactory transportFactory, URI location, SSLServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols)
-
Uses of SslTransportFactory in org.apache.activemq.transport.mqtt
Subclasses of SslTransportFactory in org.apache.activemq.transport.mqtt Modifier and Type Class Description class
MQTTSslTransportFactory
A MQTT over SSL transport factory -
Uses of SslTransportFactory in org.apache.activemq.transport.stomp
Subclasses of SslTransportFactory in org.apache.activemq.transport.stomp Modifier and Type Class Description class
StompSslTransportFactory
A STOMP over SSL transport factory -
Uses of SslTransportFactory in org.apache.activemq.transport.tcp
Constructors in org.apache.activemq.transport.tcp with parameters of type SslTransportFactory Constructor Description SslTransportServer(SslTransportFactory transportFactory, URI location, SSLServerSocketFactory serverSocketFactory)
Creates a ssl transport server for the specified url using the provided serverSocketFactory
-