Uses of Class
org.apache.activemq.transport.TransportSupport
-
Packages that use TransportSupport Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto.nio org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.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.org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 -
-
Uses of TransportSupport in org.apache.activemq.transport
Subclasses of TransportSupport in org.apache.activemq.transport Modifier and Type Class Description class
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. -
Uses of TransportSupport in org.apache.activemq.transport.amqp
Subclasses of TransportSupport in org.apache.activemq.transport.amqp Modifier and Type Class Description class
AmqpNioSslTransport
class
AmqpNioTransport
An implementation of theTransport
interface for using AMQP over NIOclass
AmqpWSTransport
An AMQP based WebSocket transport implementation. -
Uses of TransportSupport in org.apache.activemq.transport.auto.nio
Subclasses of TransportSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description class
AutoNIOTransport
-
Uses of TransportSupport in org.apache.activemq.transport.http
Subclasses of TransportSupport in org.apache.activemq.transport.http Modifier and Type Class Description class
BlockingQueueTransport
A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto aQueue
so that they can be dispatched by the HTTP GET requests from the client.class
HttpClientTransport
A HTTPTransport
which uses the Apache HTTP Client libraryclass
HttpTransportSupport
A useful base class for HTTP Transport implementations. -
Uses of TransportSupport in org.apache.activemq.transport.https
Subclasses of TransportSupport in org.apache.activemq.transport.https Modifier and Type Class Description class
HttpsClientTransport
-
Uses of TransportSupport in org.apache.activemq.transport.mqtt
Subclasses of TransportSupport in org.apache.activemq.transport.mqtt Modifier and Type Class Description class
MQTTNIOSSLTransport
class
MQTTNIOTransport
An implementation of theTransport
interface for using MQTT over NIO -
Uses of TransportSupport in org.apache.activemq.transport.multicast
Subclasses of TransportSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description class
MulticastTransport
A multicast based transport. -
Uses of TransportSupport in org.apache.activemq.transport.nio
Subclasses of TransportSupport in org.apache.activemq.transport.nio Modifier and Type Class 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 theTransport
interface using raw tcp/ip -
Uses of TransportSupport in org.apache.activemq.transport.stomp
Subclasses of TransportSupport in org.apache.activemq.transport.stomp Modifier and Type Class Description class
StompNIOSSLTransport
class
StompNIOTransport
An implementation of theTransport
interface for using Stomp over NIO -
Uses of TransportSupport in org.apache.activemq.transport.tcp
Subclasses of TransportSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description class
SslTransport
A Transport class that uses SSL and client-side certificate authentication.class
TcpTransport
An implementation of theTransport
interface using raw tcp/ip -
Uses of TransportSupport in org.apache.activemq.transport.udp
Subclasses of TransportSupport in org.apache.activemq.transport.udp Modifier and Type Class Description class
UdpTransport
An implementation of theTransport
interface using raw UDP -
Uses of TransportSupport in org.apache.activemq.transport.ws
Subclasses of TransportSupport in org.apache.activemq.transport.ws Modifier and Type Class Description class
AbstractMQTTSocket
class
AbstractStompSocket
Base implementation of a STOMP based WebSocket handler.class
WSTransportProxy
A proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport. -
Uses of TransportSupport in org.apache.activemq.transport.ws.jetty9
Subclasses of TransportSupport in org.apache.activemq.transport.ws.jetty9 Modifier and Type Class Description class
MQTTSocket
class
StompSocket
Implements web socket and mediates between servlet and the broker
-