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.auto 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.nio 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.wss -
-
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.classWebTransportServerSupport -
Uses of TransportServerSupport in org.apache.activemq.transport.auto
Subclasses of TransportServerSupport in org.apache.activemq.transport.auto Modifier and Type Class Description classAutoSslTransportServerAn SSL TransportServer.classAutoTcpTransportServerA TCP based implementation ofTransportServer -
Uses of TransportServerSupport in org.apache.activemq.transport.auto.nio
Subclasses of TransportServerSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description classAutoNIOSSLTransportServerLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
Uses of TransportServerSupport in org.apache.activemq.transport.http
Subclasses of TransportServerSupport in org.apache.activemq.transport.http Modifier and Type Class Description classHttpTransportServer -
Uses of TransportServerSupport in org.apache.activemq.transport.https
Subclasses of TransportServerSupport in org.apache.activemq.transport.https Modifier and Type Class Description classHttpsTransportServer -
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. -
Uses of TransportServerSupport in org.apache.activemq.transport.ws
Subclasses of TransportServerSupport in org.apache.activemq.transport.ws Modifier and Type Class Description classWSTransportServerCreates a web server and registers web socket server -
Uses of TransportServerSupport in org.apache.activemq.transport.wss
Subclasses of TransportServerSupport in org.apache.activemq.transport.wss Modifier and Type Class Description classWSSTransportServer
-