|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.activemq.transport | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.ft | Helper classes for implementing fault tolerance |
org.apache.activemq.broker.jmx | JMX MBeans for the broker and its core connectors. |
org.apache.activemq.network | Support for federated networks of brokers. |
org.apache.activemq.proxy | |
org.apache.activemq.state | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.apache.activemq.transport.discovery | Discovery mechanism to discover brokers and clients. |
org.apache.activemq.transport.failover | Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. |
org.apache.activemq.transport.fanout | Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy |
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.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.multicast | A Multicast based Transport implementation. |
org.apache.activemq.transport.peer | Peer based Transport implementation which does not require central servers to connect to |
org.apache.activemq.transport.reliable | The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands. |
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.vm | In-JVM based Transport implementation. |
org.apache.activemq.transport.xmpp |
Classes in org.apache.activemq.transport used by org.apache.activemq | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportListener
An asynchronous listener of commands |
Classes in org.apache.activemq.transport used by org.apache.activemq.broker | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.broker.ft | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
Classes in org.apache.activemq.transport used by org.apache.activemq.broker.jmx | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.network | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
Classes in org.apache.activemq.transport used by org.apache.activemq.proxy | |
---|---|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.state | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport | |
---|---|
FutureResponse
|
|
ResponseCallback
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportAcceptListener
|
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportSupport
A useful base class for transport implementations. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.discovery | |
---|---|
CompositeTransport
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.failover | |
---|---|
CompositeTransport
|
|
FutureResponse
|
|
ResponseCallback
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.fanout | |
---|---|
CompositeTransport
|
|
FutureResponse
|
|
ResponseCallback
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.http | |
---|---|
FutureResponse
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.https | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.mock | |
---|---|
DefaultTransportListener
An asynchronous listener of commands |
|
FutureResponse
|
|
ResponseCallback
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.multicast | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.peer | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.reliable | |
---|---|
FutureResponse
|
|
ResponseCorrelator
Adds the incrementing sequence number to commands along with performing the corelation of responses to requests to create a blocking request-response semantics. |
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.stomp | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.tcp | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportServerThreadSupport
A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.udp | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportFilter
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.vm | |
---|---|
FutureResponse
|
|
ResponseCallback
|
|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportAcceptListener
|
|
TransportFactory
|
|
TransportListener
An asynchronous listener of commands |
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
Classes in org.apache.activemq.transport used by org.apache.activemq.transport.xmpp | |
---|---|
Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
TransportFactory
|
|
TransportServer
A TransportServer asynchronously accepts Transport objects
and then delivers those objects to a TransportAcceptListener . |
|
TransportServerSupport
A useful base class for implementations of TransportServer |
|
TransportServerThreadSupport
A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
|
TransportSupport
A useful base class for transport implementations. |
|
TransportThreadSupport
A useful base class for a transport implementation which has a background reading thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |