|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceSupport | |
---|---|
org.apache.activemq.network | Support for federated networks of brokers. |
org.apache.activemq.transport | The core Transport abstraction and support classes |
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.tcp | TCP/IP based Transport implementation. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.transport.xmpp |
Uses of ServiceSupport in org.apache.activemq.network |
---|
Subclasses of ServiceSupport in org.apache.activemq.network | |
---|---|
class |
DiscoveryNetworkConnector
A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker |
class |
MulticastNetworkConnector
A network connector which uses some kind of multicast-like transport that communicates with potentially many remote brokers over a single logical Transport instance such as when using multicast. |
class |
NetworkConnector
|
Uses of ServiceSupport in org.apache.activemq.transport |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport | |
---|---|
class |
TransportServerSupport
A useful base class for implementations of TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
class |
TransportSupport
A useful base class for transport implementations. |
class |
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Uses of ServiceSupport in org.apache.activemq.transport.http |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.http | |
---|---|
class |
BlockingQueueTransport
A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a Queue so that they can be dispatched
by the HTTP GET requests from the client. |
class |
HttpClientTransport
A HTTP org.apache.activemq.transport.TransportChannel which uses the commons-httpclient
library |
class |
HttpTransport
|
class |
HttpTransportServer
|
class |
HttpTransportSupport
A useful base class for HTTP Transport implementations. |
Uses of ServiceSupport in org.apache.activemq.transport.https |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.https | |
---|---|
class |
HttpsTransport
|
class |
HttpsTransportServer
|
Uses of ServiceSupport in org.apache.activemq.transport.multicast |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.multicast | |
---|---|
class |
MulticastTransport
A multicast based transport. |
Uses of ServiceSupport in org.apache.activemq.transport.tcp |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.tcp | |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication. |
class |
SslTransportServer
An SSL TransportServer. |
class |
TcpTransport
An implementation of the Transport interface using raw tcp/ip |
class |
TcpTransportServer
A TCP based implementation of TransportServer |
Uses of ServiceSupport in org.apache.activemq.transport.udp |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.udp | |
---|---|
class |
UdpTransport
An implementation of the Transport interface using raw UDP |
class |
UdpTransportServer
A UDP based implementation of TransportServer |
Uses of ServiceSupport in org.apache.activemq.transport.xmpp |
---|
Subclasses of ServiceSupport in org.apache.activemq.transport.xmpp | |
---|---|
class |
XmppTransport
|
class |
XmppTransportServer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |