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

Packages that use TransportServerChannelSupport
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.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-2005 Protique, Ltd.. All Rights Reserved.