|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportThreadSupport | |
---|---|
org.apache.activemq.transport.http | A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. |
org.apache.activemq.transport.https | A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL. |
org.apache.activemq.transport.multicast | A Multicast based Transport implementation. |
org.apache.activemq.transport.nio | |
org.apache.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.apache.activemq.transport.tcp | TCP/IP based Transport implementation. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.transport.xmpp |
Uses of TransportThreadSupport in org.apache.activemq.transport.http |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.http | |
---|---|
class |
HttpClientTransport
A HTTP org.apache.activemq.transport.TransportChannel which uses the
commons-httpclient
library |
class |
HttpTransport
|
class |
HttpTransportSupport
A useful base class for HTTP Transport implementations. |
Uses of TransportThreadSupport in org.apache.activemq.transport.https |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.https | |
---|---|
class |
HttpsClientTransport
|
class |
HttpsTransport
|
Uses of TransportThreadSupport in org.apache.activemq.transport.multicast |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.multicast | |
---|---|
class |
MulticastTransport
A multicast based transport. |
Uses of TransportThreadSupport in org.apache.activemq.transport.nio |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.nio | |
---|---|
class |
NIOTransport
An implementation of the Transport interface using raw tcp/ip |
Uses of TransportThreadSupport in org.apache.activemq.transport.stomp |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.stomp | |
---|---|
class |
StompNIOTransport
An implementation of the Transport interface for using Stomp over NIO |
Uses of TransportThreadSupport in org.apache.activemq.transport.tcp |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.tcp | |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication. |
class |
TcpTransport
An implementation of the Transport interface using raw tcp/ip |
Uses of TransportThreadSupport in org.apache.activemq.transport.udp |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.udp | |
---|---|
class |
UdpTransport
An implementation of the Transport interface using raw UDP |
Uses of TransportThreadSupport in org.apache.activemq.transport.xmpp |
---|
Subclasses of TransportThreadSupport in org.apache.activemq.transport.xmpp | |
---|---|
class |
XmppTransport
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |