Package | Description |
---|---|
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 | Method and Description |
---|---|
protected SslTransportServer |
MQTTSslTransportFactory.createSslTransportServer(URI location,
SSLServerSocketFactory serverSocketFactory) |
Modifier and Type | Method and Description |
---|---|
protected SslTransportServer |
StompSslTransportFactory.createSslTransportServer(URI location,
SSLServerSocketFactory serverSocketFactory) |
Modifier and Type | Method and Description |
---|---|
protected SslTransportServer |
SslTransportFactory.createSslTransportServer(URI location,
SSLServerSocketFactory serverSocketFactory)
Allows subclasses of SslTransportFactory to create custom instances of
SslTransportServer.
|
Copyright © 2005–2018. All rights reserved.