Package | Description |
---|---|
org.apache.activemq.transport.auto.nio | |
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
org.apache.activemq.transport.multicast |
A Multicast based Transport implementation.
|
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOTransport |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransport |
class |
MQTTNIOTransport
An implementation of the
Transport interface for using MQTT over NIO |
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoInitNioSSLTransport
This transport initializes the SSLEngine and reads the first command before
handing off to the detected transport.
|
class |
NIOSSLTransport |
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Class and Description |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication.
|
class |
TcpTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Class and Description |
---|---|
class |
UdpTransport
An implementation of the
Transport interface using raw UDP |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.