|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpTransportChannel | |
---|---|
org.activemq.transport.jabber | A transport using Jabber (XMPP) |
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 |
Uses of TcpTransportChannel in org.activemq.transport.jabber |
---|
Subclasses of TcpTransportChannel in org.activemq.transport.jabber | |
---|---|
class |
JabberTransportChannel
A transport for using Jabber (XMPP) to talk to ActiveMQ |
Methods in org.activemq.transport.jabber that return TcpTransportChannel | |
---|---|
protected TcpTransportChannel |
JabberTransportServerChannel.createTransportChannel(Socket socket,
PooledExecutor executor)
|
Uses of TcpTransportChannel in org.activemq.transport.stomp |
---|
Subclasses of TcpTransportChannel in org.activemq.transport.stomp | |
---|---|
class |
StompTransportChannel
A transport for using Stomp to talk to ActiveMQ |
Methods in org.activemq.transport.stomp that return TcpTransportChannel | |
---|---|
protected TcpTransportChannel |
StompTransportServerChannel.createTransportChannel(Socket socket,
PooledExecutor executor)
|
Uses of TcpTransportChannel in org.activemq.transport.tcp |
---|
Methods in org.activemq.transport.tcp that return TcpTransportChannel | |
---|---|
protected TcpTransportChannel |
TcpTransportServerChannel.createTransportChannel(Socket socket,
PooledExecutor executor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |