|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTransportChannel | |
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.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 AbstractTransportChannel in org.codehaus.activemq.transport.composite |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.composite | |
class |
CompositeTransportChannel
A Compsite implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.ember |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.ember | |
class |
EmberTransportChannel
An EmberIO (using NIO) implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.gnet |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.gnet | |
class |
GTransportChannel
An implementation of a TransportChannel which uses the Geronimo network layer for connectivity. |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.jgroups |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.jgroups | |
class |
JGroupsTransportChannel
A JGroups implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.jrms |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.jrms | |
class |
JRMSTransportChannel
A JRMS implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.jxta |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.jxta | |
class |
JxtaTransportChannel
A JXTA implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.multicast |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.multicast | |
class |
MulticastTransportChannel
A multicast implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.reliable |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.reliable | |
class |
ReliableTransportChannel
A Compsite implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.tcp |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.tcp | |
class |
TcpTransportChannel
A tcp implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.udp |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.udp | |
class |
UdpTransportChannel
A UDP implementation of a TransportChannel |
Uses of AbstractTransportChannel in org.codehaus.activemq.transport.vm |
Subclasses of AbstractTransportChannel in org.codehaus.activemq.transport.vm | |
class |
VmTransportChannel
A VM implementation of a TransportChannel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |