Uses of Class
org.apache.activemq.transport.TransportThreadSupport
-
Packages that use TransportThreadSupport Package Description org.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. -
-
Uses of TransportThreadSupport in org.apache.activemq.transport.amqp
Subclasses of TransportThreadSupport in org.apache.activemq.transport.amqp Modifier and Type Class Description classAmqpNioSslTransportclassAmqpNioTransportAn implementation of theTransportinterface for using AMQP over NIO -
Uses of TransportThreadSupport in org.apache.activemq.transport.auto.nio
Subclasses of TransportThreadSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description classAutoNIOTransport -
Uses of TransportThreadSupport in org.apache.activemq.transport.http
Subclasses of TransportThreadSupport in org.apache.activemq.transport.http Modifier and Type Class Description classHttpClientTransportA HTTPTransportwhich uses the Apache HTTP Client libraryclassHttpTransportSupportA useful base class for HTTP Transport implementations. -
Uses of TransportThreadSupport in org.apache.activemq.transport.https
Subclasses of TransportThreadSupport in org.apache.activemq.transport.https Modifier and Type Class Description classHttpsClientTransport -
Uses of TransportThreadSupport in org.apache.activemq.transport.mqtt
Subclasses of TransportThreadSupport in org.apache.activemq.transport.mqtt Modifier and Type Class Description classMQTTNIOSSLTransportclassMQTTNIOTransportAn implementation of theTransportinterface for using MQTT over NIO -
Uses of TransportThreadSupport in org.apache.activemq.transport.multicast
Subclasses of TransportThreadSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description classMulticastTransportA multicast based transport. -
Uses of TransportThreadSupport in org.apache.activemq.transport.nio
Subclasses of TransportThreadSupport in org.apache.activemq.transport.nio Modifier and Type Class Description classAutoInitNioSSLTransportThis transport initializes the SSLEngine and reads the first command before handing off to the detected transport.classNIOSSLTransportclassNIOTransportAn implementation of theTransportinterface using raw tcp/ip -
Uses of TransportThreadSupport in org.apache.activemq.transport.stomp
Subclasses of TransportThreadSupport in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompNIOSSLTransportclassStompNIOTransportAn implementation of theTransportinterface for using Stomp over NIO -
Uses of TransportThreadSupport in org.apache.activemq.transport.tcp
Subclasses of TransportThreadSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.classTcpTransportAn implementation of theTransportinterface using raw tcp/ip -
Uses of TransportThreadSupport in org.apache.activemq.transport.udp
Subclasses of TransportThreadSupport in org.apache.activemq.transport.udp Modifier and Type Class Description classUdpTransportAn implementation of theTransportinterface using raw UDP
-