Uses of Class
org.apache.activemq.transport.TransportServerSupport
-
Packages that use TransportServerSupport Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.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 TransportServerSupport in org.apache.activemq.transport
Subclasses of TransportServerSupport in org.apache.activemq.transport Modifier and Type Class Description classTransportServerThreadSupportA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections. -
Uses of TransportServerSupport in org.apache.activemq.transport.nio
Subclasses of TransportServerSupport in org.apache.activemq.transport.nio Modifier and Type Class Description classNIOSSLTransportServer -
Uses of TransportServerSupport in org.apache.activemq.transport.tcp
Subclasses of TransportServerSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportServerAn SSL TransportServer.classTcpTransportServerA TCP based implementation ofTransportServer -
Uses of TransportServerSupport in org.apache.activemq.transport.udp
Subclasses of TransportServerSupport in org.apache.activemq.transport.udp Modifier and Type Class Description classUdpTransportServerDeprecated.
-