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

Packages that use TransportServerChannelSupport
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.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.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 TransportServerChannelSupport in org.codehaus.activemq.transport.ember
 

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.ember
 class EmberTransportServerChannel
          An EmberIO (using NIO) implementation of TransportServerChannel
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.gnet
 class GTransportServerChannel
          An implementation of TransportServerChannel which uses the Geronimo network layer for connectivity.
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.jgroups
 class JGroupsTransportServerChannel
          A JGroups implementation of TransportServerChannel
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.jrms
 class JRMSTransportServerChannel
          A JRMS implementation of TransportServerChannel
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.jxta
 class JxtaTransportServerChannel
          Binds to a well known port and listens for Sockets ...
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.multicast
 class MulticastTransportServerChannel
          A Multicast implementation of TransportServerChannel
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.tcp
 class TcpTransportServerChannel
          Binds to a well known port and listens for Sockets ...
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.udp
 class UdpTransportServerChannel
          A UDP implementation of TransportServerChannel
 

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

Subclasses of TransportServerChannelSupport in org.codehaus.activemq.transport.vm
 class VmTransportServerChannel
          A VM implementation of TransportServerChannel
 



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