|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportChannelSupport | |
org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
org.activemq.transport.activeio | An implementation of the transport layer using activeio channels see http://activeio.org |
org.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.activemq.transport.jabber | A transport using Jabber (XMPP) |
org.activemq.transport.multicast | An implementation of the transport layer using multicast |
org.activemq.transport.peer | |
org.activemq.transport.reliable | |
org.activemq.transport.remote | |
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 TransportChannelSupport in org.activemq.transport |
Subclasses of TransportChannelSupport in org.activemq.transport | |
class |
DiscoveryTransportChannel
A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker
instances and dynamically connect to them. |
Uses of TransportChannelSupport in org.activemq.transport.activeio |
Subclasses of TransportChannelSupport in org.activemq.transport.activeio | |
class |
ActiveIOTransportChannel
A tcp implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.composite |
Subclasses of TransportChannelSupport in org.activemq.transport.composite | |
class |
CompositeTransportChannel
A Compsite implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.jabber |
Subclasses of TransportChannelSupport in org.activemq.transport.jabber | |
class |
JabberTransportChannel
A transport for using Jabber (XMPP) to talk to ActiveMQ |
Uses of TransportChannelSupport in org.activemq.transport.multicast |
Subclasses of TransportChannelSupport in org.activemq.transport.multicast | |
class |
MulticastTransportChannel
A multicast implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.peer |
Subclasses of TransportChannelSupport in org.activemq.transport.peer | |
class |
PeerTransportChannel
A PeerTransportChannel creates an embedded broker and networks peers together to form a P-2-P network. |
Uses of TransportChannelSupport in org.activemq.transport.reliable |
Subclasses of TransportChannelSupport in org.activemq.transport.reliable | |
class |
ReliableTransportChannel
A Compsite implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.remote |
Subclasses of TransportChannelSupport in org.activemq.transport.remote | |
class |
RemoteTransportChannel
A RemoteTransportChannel creates an embedded broker that creates a remote connection to another
broker. |
Uses of TransportChannelSupport in org.activemq.transport.stomp |
Subclasses of TransportChannelSupport in org.activemq.transport.stomp | |
class |
StompTransportChannel
A transport for using Stomp to talk to ActiveMQ |
Uses of TransportChannelSupport in org.activemq.transport.tcp |
Subclasses of TransportChannelSupport in org.activemq.transport.tcp | |
class |
TcpTransportChannel
A tcp implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.udp |
Subclasses of TransportChannelSupport in org.activemq.transport.udp | |
class |
UdpTransportChannel
A UDP implementation of a TransportChannel |
Uses of TransportChannelSupport in org.activemq.transport.vm |
Subclasses of TransportChannelSupport in org.activemq.transport.vm | |
class |
VmTransportChannel
A VM implementation of a TransportChannel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |