Uses of Interface
org.codehaus.activemq.transport.TransportServerChannelFactory

Packages that use TransportServerChannelFactory
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
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.ssl An implementation of the transport layer using SSL over TCP/IP sockets  
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  
org.codehaus.activemq.transport.zeroconf A discovery agent using Zeroconf via the jmDNS library  
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return TransportServerChannelFactory
protected static TransportServerChannelFactory TransportServerChannelProvider.getFactory(String protocol)
           
 

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

Classes in org.codehaus.activemq.transport.ember that implement TransportServerChannelFactory
 class EmberTransportServerChannelFactory
          An EmberIO (using NIO) implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.gnet that implement TransportServerChannelFactory
 class GTransportServerChannelFactory
          An implementation of a TransportServerChannelFactory which uses the Geronimo network layer for connectivity.
 

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

Classes in org.codehaus.activemq.transport.http that implement TransportServerChannelFactory
 class HttpTransportConnectorFactory
           
 

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

Classes in org.codehaus.activemq.transport.jgroups that implement TransportServerChannelFactory
 class JGroupsTransportServerChannelFactory
          A JGroups implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.jrms that implement TransportServerChannelFactory
 class JRMSTransportServerChannelFactory
          A multicast implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.jxta that implement TransportServerChannelFactory
 class JxtaTransportServerChannelFactory
          A JXTA implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.multicast that implement TransportServerChannelFactory
 class MulticastTransportServerChannelFactory
          A multicast implementation of a TransportServerChannelFactory
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.ssl
 

Classes in org.codehaus.activemq.transport.ssl that implement TransportServerChannelFactory
 class SslTransportServerChannelFactory
          An SSL implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.tcp that implement TransportServerChannelFactory
 class SfTransportServerChannelFactory
          An implementation of TransportServerChannelFactory which uses a ServerSocketFactory to create ServerSocket instances
 class TcpTransportServerChannelFactory
          A tcp implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.udp that implement TransportServerChannelFactory
 class UdpTransportServerChannelFactory
          A UDP implementation of a TransportServerChannelFactory
 

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

Classes in org.codehaus.activemq.transport.vm that implement TransportServerChannelFactory
 class VmTransportServerChannelFactory
          A VM implementation of a TransportServerChannelFactory
 

Uses of TransportServerChannelFactory in org.codehaus.activemq.transport.zeroconf
 

Classes in org.codehaus.activemq.transport.zeroconf that implement TransportServerChannelFactory
 class ZeroconfTransportConnectorFactory
          A Zeroconf implementation of a TransportServerChannelFactory
 



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