| 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.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 |
AMQPSslTransportFactory
A AMQP over SSL transport factory
|
| 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,
java.net.URI location,
javax.net.ssl.SSLServerSocketFactory serverSocketFactory)
Creates a ssl transport server for the specified url using the provided
serverSocketFactory
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.