Uses of Class
org.activemq.transport.TransportChannelFactorySupport

Packages that use TransportChannelFactorySupport
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.activemq.transport.activeio An implementation of the transport layer using activeio channels see http://activeio.org 
org.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.multicast An implementation of the transport layer using multicast 
org.activemq.transport.peer   
org.activemq.transport.reliable   
org.activemq.transport.remote   
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
org.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets 
org.activemq.transport.udp An implementation of the transport layer using UDP 
org.activemq.transport.vm An implementation of the transport layer using intra-JVM communication 
 

Uses of TransportChannelFactorySupport in org.activemq.transport
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport
 class DiscoveryTransportChannelFactorySupport
           
 

Uses of TransportChannelFactorySupport in org.activemq.transport.activeio
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.activeio
 class ActiveIOTransportChannelFactory
          A tcp implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.composite
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.composite
 class CompositeTransportChannelFactory
          A Composite implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.jabber
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.jabber
 class JabberTransportChannelFactory
          A Jabber transport factory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.multicast
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.multicast
 class MulticastDiscoveryTransportChannelFactory
          A factory of multicast discovery transports
 class MulticastTransportChannelFactory
          A multicast implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.peer
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.peer
 class PeerTransportChannelFactory
          Creates peer based transport.
 

Uses of TransportChannelFactorySupport in org.activemq.transport.reliable
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.reliable
 class ReliableTransportChannelFactory
          A Reliable implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.remote
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.remote
 class RemoteTransportChannelFactory
          Creates a remote based transport.
 

Uses of TransportChannelFactorySupport in org.activemq.transport.stomp
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.stomp
 class StompTransportChannelFactory
          A TTMP transport factory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.tcp
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.tcp
 class SfTransportChannelFactory
          A factory of TcpTransportChannelFactory instances using a SocketFactory
 class TcpTransportChannelFactory
          A tcp implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.udp
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.udp
 class UdpTransportChannelFactory
          A UDP implementation of a TransportChannelFactory
 

Uses of TransportChannelFactorySupport in org.activemq.transport.vm
 

Subclasses of TransportChannelFactorySupport in org.activemq.transport.vm
 class VmTransportChannelFactory
          A VM implementation of a TransportChannelFactory
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.