Uses of Class
org.apache.activemq.transport.TransportThreadSupport

Packages that use TransportThreadSupport
org.apache.activemq.transport.multicast A Multicast based Transport implementation. 
org.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 TransportThreadSupport in org.apache.activemq.transport.multicast
 

Subclasses of TransportThreadSupport in org.apache.activemq.transport.multicast
 class MulticastTransport
          A multicast based transport.
 

Uses of TransportThreadSupport in org.apache.activemq.transport.nio
 

Subclasses of TransportThreadSupport in org.apache.activemq.transport.nio
 class NIOSSLTransport
           
 class NIOTransport
          An implementation of the Transport interface using raw tcp/ip
 

Uses of TransportThreadSupport in org.apache.activemq.transport.tcp
 

Subclasses of TransportThreadSupport in org.apache.activemq.transport.tcp
 class SslTransport
          A Transport class that uses SSL and client-side certificate authentication.
 class TcpTransport
          An implementation of the Transport interface using raw tcp/ip
 

Uses of TransportThreadSupport in org.apache.activemq.transport.udp
 

Subclasses of TransportThreadSupport in org.apache.activemq.transport.udp
 class UdpTransport
          An implementation of the Transport interface using raw UDP
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.