Uses of Class
org.apache.activemq.transport.http.HttpTransportSupport
-
Packages that use HttpTransportSupport 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. -
-
Uses of HttpTransportSupport in org.apache.activemq.transport.http
Subclasses of HttpTransportSupport in org.apache.activemq.transport.http Modifier and Type Class Description classHttpClientTransportA HTTPTransportwhich uses the Apache HTTP Client library -
Uses of HttpTransportSupport in org.apache.activemq.transport.https
Subclasses of HttpTransportSupport in org.apache.activemq.transport.https Modifier and Type Class Description classHttpsClientTransport
-