|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportServerChannelFactory | |
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.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 TransportServerChannelFactory in org.activemq.transport |
Methods in org.activemq.transport that return TransportServerChannelFactory | |
protected static TransportServerChannelFactory |
TransportServerChannelProvider.getFactory(String protocol)
|
Uses of TransportServerChannelFactory in org.activemq.transport.activeio |
Classes in org.activemq.transport.activeio that implement TransportServerChannelFactory | |
class |
ActiveIOTransportServerChannelFactory
A tcp implementation of a TransportServerChannelFactory |
Uses of TransportServerChannelFactory in org.activemq.transport.jabber |
Classes in org.activemq.transport.jabber that implement TransportServerChannelFactory | |
class |
JabberTransportServerChannelFactory
A JAbber transport factory |
Uses of TransportServerChannelFactory in org.activemq.transport.multicast |
Classes in org.activemq.transport.multicast that implement TransportServerChannelFactory | |
class |
MulticastTransportServerChannelFactory
A multicast implementation of a TransportServerChannelFactory |
Uses of TransportServerChannelFactory in org.activemq.transport.stomp |
Classes in org.activemq.transport.stomp that implement TransportServerChannelFactory | |
class |
StompTransportServerChannelFactory
A TTMP transport factory |
Uses of TransportServerChannelFactory in org.activemq.transport.tcp |
Classes in org.activemq.transport.tcp that implement TransportServerChannelFactory | |
class |
SfTransportServerChannelFactory
An implementation of TransportServerChannelFactory which uses a ServerSocketFactory to create ServerSocket instances |
class |
TcpTransportServerChannelFactory
A tcp implementation of a TransportServerChannelFactory |
Uses of TransportServerChannelFactory in org.activemq.transport.udp |
Classes in org.activemq.transport.udp that implement TransportServerChannelFactory | |
class |
UdpTransportServerChannelFactory
A UDP implementation of a TransportServerChannelFactory |
Uses of TransportServerChannelFactory in org.activemq.transport.vm |
Classes in org.activemq.transport.vm that implement TransportServerChannelFactory | |
class |
VmTransportServerChannelFactory
A VM implementation of a TransportServerChannelFactory |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |