Uses of Class
org.apache.activemq.util.ServiceSupport
-
Packages that use ServiceSupport Package Description org.apache.activemq.thread 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 ServiceSupport in org.apache.activemq.thread
Subclasses of ServiceSupport in org.apache.activemq.thread Modifier and Type Class Description classScheduler -
Uses of ServiceSupport in org.apache.activemq.transport
Subclasses of ServiceSupport in org.apache.activemq.transport Modifier and Type Class Description classTransportServerSupportA useful base class for implementations ofTransportServerclassTransportServerThreadSupportA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections.classTransportSupportA useful base class for transport implementations.classTransportThreadSupportA useful base class for a transport implementation which has a background reading thread. -
Uses of ServiceSupport in org.apache.activemq.transport.multicast
Subclasses of ServiceSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description classMulticastTransportA multicast based transport. -
Uses of ServiceSupport in org.apache.activemq.transport.nio
Subclasses of ServiceSupport in org.apache.activemq.transport.nio Modifier and Type Class Description classNIOSSLTransportclassNIOSSLTransportServerclassNIOTransportAn implementation of theTransportinterface using raw tcp/ip -
Uses of ServiceSupport in org.apache.activemq.transport.tcp
Subclasses of ServiceSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.classSslTransportServerAn SSL TransportServer.classTcpTransportAn implementation of theTransportinterface using raw tcp/ipclassTcpTransportServerA TCP based implementation ofTransportServer -
Uses of ServiceSupport in org.apache.activemq.transport.udp
Subclasses of ServiceSupport in org.apache.activemq.transport.udp Modifier and Type Class Description classUdpTransportAn implementation of theTransportinterface using raw UDPclassUdpTransportServerDeprecated.
-