Uses of Class
org.apache.activemq.transport.WebTransportServerSupport
-
Packages that use WebTransportServerSupport Package Description 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.ws org.apache.activemq.transport.wss -
-
Uses of WebTransportServerSupport in org.apache.activemq.transport.http
Subclasses of WebTransportServerSupport in org.apache.activemq.transport.http Modifier and Type Class Description classHttpTransportServer -
Uses of WebTransportServerSupport in org.apache.activemq.transport.https
Subclasses of WebTransportServerSupport in org.apache.activemq.transport.https Modifier and Type Class Description classHttpsTransportServer -
Uses of WebTransportServerSupport in org.apache.activemq.transport.ws
Subclasses of WebTransportServerSupport in org.apache.activemq.transport.ws Modifier and Type Class Description classWSTransportServerCreates a web server and registers web socket server -
Uses of WebTransportServerSupport in org.apache.activemq.transport.wss
Subclasses of WebTransportServerSupport in org.apache.activemq.transport.wss Modifier and Type Class Description classWSSTransportServer
-