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.multicast A Multicast based Transport implementation.org.apache.activemq.transport.nio 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 Modifier and Type Class Description classTransportThreadSupportA useful base class for a transport implementation which has a background reading thread. -
Uses of TransportSupport in org.apache.activemq.transport.multicast
Subclasses of TransportSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description classMulticastTransportA 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 classNIOSSLTransportclassNIOTransportAn implementation of theTransportinterface using raw tcp/ip -
Uses of TransportSupport in org.apache.activemq.transport.tcp
Subclasses of TransportSupport 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 TransportSupport in org.apache.activemq.transport.udp
Subclasses of TransportSupport in org.apache.activemq.transport.udp Modifier and Type Class Description classUdpTransportAn implementation of theTransportinterface using raw UDP
-