| 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.nio | |
| 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 |
AmqpNioSslTransportFactory |
class |
AmqpNioTransportFactory
A AMQP over NIO transport factory
|
class |
AmqpSslTransportFactory
A AMQP over SSL transport factory
|
class |
AmqpTransportFactory
A AMQP transport factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
MQTTNIOSSLTransportFactory |
class |
MQTTNIOTransportFactory
A MQTT over NIO transport factory
|
class |
MQTTSslTransportFactory
A MQTT over SSL transport factory
|
class |
MQTTTransportFactory
A MQTT transport factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
NIOSSLTransportFactory |
class |
NIOTransportFactory |
| Constructor and Description |
|---|
NIOSSLTransportServer(SSLContext context,
TcpTransportFactory transportFactory,
URI location,
ServerSocketFactory serverSocketFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
StompNIOSSLTransportFactory |
class |
StompNIOTransportFactory
A STOMP over NIO transport factory
|
class |
StompSslTransportFactory
A STOMP over SSL transport factory
|
class |
StompTransportFactory
A STOMP transport factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
SslTransportFactory
An implementation of the TcpTransportFactory using SSL.
|
| Modifier and Type | Field and Description |
|---|---|
protected TcpTransportFactory |
TcpTransportServer.transportFactory |
| Constructor and Description |
|---|
TcpTransportServer(TcpTransportFactory transportFactory,
URI location,
ServerSocketFactory serverSocketFactory) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.