Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoSslTransportFactory |
Constructor and Description |
---|
AutoSslTransportServer(SslTransportFactory transportFactory,
URI location,
SSLServerSocketFactory serverSocketFactory,
BrokerService brokerService,
Set<String> enabledProtocols) |
Modifier and Type | Class and Description |
---|---|
class |
MQTTSslTransportFactory
A MQTT over SSL transport factory
|
Modifier and Type | Class and Description |
---|---|
class |
StompSslTransportFactory
A STOMP over SSL transport factory
|
Constructor and Description |
---|
SslTransportServer(SslTransportFactory transportFactory,
URI location,
SSLServerSocketFactory serverSocketFactory)
Creates a ssl transport server for the specified url using the provided
serverSocketFactory
|
Copyright © 2005–2018. All rights reserved.