Package | Description |
---|---|
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 TcpTransportServer |
MQTTNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
MQTTNIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
NIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
NIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
StompNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
StompNIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Class and Description |
---|---|
class |
SslTransportServer
An SSL TransportServer.
|
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
TcpTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
|
Copyright © 2005–2016. All rights reserved.