Uses of Class
org.activemq.transport.TransportServerChannelSupport

Packages that use TransportServerChannelSupport
org.activemq.transport.activeio An implementation of the transport layer using activeio channels see http://activeio.org 
org.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.multicast An implementation of the transport layer using multicast 
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 TransportServerChannelSupport in org.activemq.transport.activeio
 

Subclasses of TransportServerChannelSupport in org.activemq.transport.activeio
 class ActiveIOTransportServerChannel
          Binds to a well known port and listens for Sockets ...
 

Uses of TransportServerChannelSupport in org.activemq.transport.jabber
 

Subclasses of TransportServerChannelSupport in org.activemq.transport.jabber
 class JabberTransportServerChannel
          A Jabber server connector
 

Uses of TransportServerChannelSupport in org.activemq.transport.multicast
 

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

Uses of TransportServerChannelSupport in org.activemq.transport.stomp
 

Subclasses of TransportServerChannelSupport in org.activemq.transport.stomp
 class StompTransportServerChannel
          A TTMP server connector
 

Uses of TransportServerChannelSupport in org.activemq.transport.tcp
 

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

Uses of TransportServerChannelSupport in org.activemq.transport.udp
 

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

Uses of TransportServerChannelSupport in org.activemq.transport.vm
 

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



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