Uses of Class
org.apache.activemq.transport.http.HttpTransportSupport

Packages that use HttpTransportSupport
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
 class HttpClientTransport
          A HTTP org.apache.activemq.transport.TransportChannel which uses the commons-httpclient library
 class HttpTransport
           
 

Uses of HttpTransportSupport in org.apache.activemq.transport.https
 

Subclasses of HttpTransportSupport in org.apache.activemq.transport.https
 class HttpsClientTransport
           
 class HttpsTransport
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.