Uses of Class
org.codehaus.activemq.transport.TransportChannelSupport

Packages that use TransportChannelSupport
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.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.codehaus.activemq.transport.ember An implementation of the transport layer using EmberIO for efficient NIO  
org.codehaus.activemq.transport.gnet An implementation of the transport layer using the Geronimo networking layer. 
org.codehaus.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.codehaus.activemq.transport.jgroups An implementation of the transport layer using JGroups  
org.codehaus.activemq.transport.jrms An implementation of the transport layer using Sun's reliable multicast library  
org.codehaus.activemq.transport.jxta An implementation of the transport layer using JXTA P2PSockets for navigating firewalls and NATs  
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport
 class DiscoveryTransportChannel
          A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker instances and dynamically connect to them.
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.composite
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.composite
 class CompositeTransportChannel
          A Compsite implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.ember
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.ember
 class EmberTransportChannel
          An EmberIO (using NIO) implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.gnet
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.gnet
 class GTransportChannel
          An implementation of a TransportChannel which uses the Geronimo network layer for connectivity.
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.http
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.http
 class HttpClientTransportChannel
          A HTTP TransportChannel which uses the commons-httpclient library
 class HttpServerTransportChannel
          A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a Channel so that they can be dispatched by the HTTP GET requests from the client.
 class HttpTransportChannel
           
 class HttpTransportChannelSupport
           
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.jgroups
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.jgroups
 class JGroupsTransportChannel
          A JGroups implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.jrms
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.jrms
 class JRMSTransportChannel
          A JRMS implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.jxta
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.jxta
 class JxtaTransportChannel
          A JXTA implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.multicast
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.multicast
 class MulticastTransportChannel
          A multicast implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.reliable
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.reliable
 class ReliableTransportChannel
          A Compsite implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.tcp
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.tcp
 class TcpTransportChannel
          A tcp implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.udp
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.udp
 class UdpTransportChannel
          A UDP implementation of a TransportChannel
 

Uses of TransportChannelSupport in org.codehaus.activemq.transport.vm
 

Subclasses of TransportChannelSupport in org.codehaus.activemq.transport.vm
 class VmTransportChannel
          A VM implementation of a TransportChannel
 



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