| Package | Description |
|---|---|
| org.apache.activemq.transport.auto | |
| 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.nio | |
| org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoSslTransportFactory |
class |
AutoTcpTransportFactory |
| Modifier and Type | Field and Description |
|---|---|
TcpTransportFactory |
AutoTcpTransportServer.ProtocolInfo.detectedTransportFactory |
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransport |
AutoTcpTransportServer.createTransport(Socket socket,
WireFormat format,
TcpTransportFactory detectedTransportFactory) |
| Constructor and Description |
|---|
AutoTcpTransportServer(TcpTransportFactory transportFactory,
URI location,
ServerSocketFactory serverSocketFactory,
BrokerService brokerService,
Set<String> enabledProtocols) |
ProtocolInfo(TcpTransportFactory detectedTransportFactory,
WireFormatFactory detectedWireFormatFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoNioSslTransportFactory |
class |
AutoNioTransportFactory |
| Modifier and Type | Method and Description |
|---|---|
protected Transport |
AutoNIOSSLTransportServer.createTransport(Socket socket,
WireFormat format,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer,
TcpTransportFactory detectedFactory) |
| Constructor and Description |
|---|
AutoNIOSSLTransportServer(SSLContext context,
TcpTransportFactory transportFactory,
URI location,
ServerSocketFactory serverSocketFactory,
BrokerService brokerService,
Set<String> enabledProtocols) |
| 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 |
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–2016 The Apache Software Foundation. All rights reserved.