|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportSupport | |
|---|---|
| org.apache.activemq.transport | The core Transport abstraction and support classes |
| 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.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. |
| org.apache.activemq.transport.udp | UDP based Transport implementation. |
| Uses of TransportSupport in org.apache.activemq.transport |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport | |
|---|---|
class |
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
| Uses of TransportSupport in org.apache.activemq.transport.mqtt |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.mqtt | |
|---|---|
class |
MQTTNIOSSLTransport
|
class |
MQTTNIOTransport
An implementation of the Transport interface for using MQTT over NIO |
| Uses of TransportSupport in org.apache.activemq.transport.multicast |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.multicast | |
|---|---|
class |
MulticastTransport
A multicast based transport. |
| Uses of TransportSupport in org.apache.activemq.transport.nio |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.nio | |
|---|---|
class |
NIOSSLTransport
|
class |
NIOTransport
An implementation of the Transport interface using raw tcp/ip |
| Uses of TransportSupport in org.apache.activemq.transport.stomp |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.stomp | |
|---|---|
class |
StompNIOSSLTransport
|
class |
StompNIOTransport
An implementation of the Transport interface for using Stomp over NIO |
| Uses of TransportSupport in org.apache.activemq.transport.tcp |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.tcp | |
|---|---|
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 |
| Uses of TransportSupport in org.apache.activemq.transport.udp |
|---|
| Subclasses of TransportSupport in org.apache.activemq.transport.udp | |
|---|---|
class |
UdpTransport
An implementation of the Transport interface using raw UDP |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||