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.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 TcpTransport |
AutoTcpTransportServer.createTransport(Socket socket,
WireFormat format,
TcpTransportFactory detectedTransportFactory,
TcpTransport.InitBuffer initBuffer) |
protected TcpTransport |
AutoSslTransportServer.createTransport(Socket socket,
WireFormat format,
TcpTransportFactory detectedTransportFactory,
TcpTransport.InitBuffer initBuffer)
Used to create Transports for this server.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOTransport |
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
AutoNIOSSLTransportServer.createTransport(Socket socket,
WireFormat format) |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransport |
class |
MQTTNIOTransport
An implementation of the
Transport interface for using MQTT over NIO |
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
MQTTNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
protected TcpTransport |
MQTTNIOTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
TcpTransport |
MQTTNIOSSLTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
MQTTNIOTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
Constructor and Description |
---|
MQTTCodec(TcpTransport transport) |
MQTTCodec(TcpTransport transport,
MQTTWireFormat wireFormat) |
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 | Method and Description |
---|---|
protected TcpTransport |
NIOTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
TcpTransport |
NIOSSLTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
NIOTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
Modifier and Type | Class and Description |
---|---|
class |
StompNIOSSLTransport |
class |
StompNIOTransport
An implementation of the
Transport interface for using Stomp over NIO |
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
StompNIOTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
protected TcpTransport |
StompNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
TcpTransport |
StompNIOSSLTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
StompNIOTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
Constructor and Description |
---|
StompCodec(TcpTransport transport) |
Modifier and Type | Class and Description |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication.
|
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
TcpTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport instances.
|
TcpTransport |
TcpTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
TcpTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.