|
||||||||||
| 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.command | Command objects used via the Command Pattern to communicate among nodes |
| 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.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.nio | |
| 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.tcp | TCP/IP based Transport implementation. |
| org.apache.activemq.transport.udp | UDP based Transport implementation. |
| 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.command | |
|---|---|
| TransmitCallback
|
|
| 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 | |
|---|---|
| AbstractInactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport. |
|
| FutureResponse
|
|
| ResponseCallback
|
|
| Transport
Represents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed. |
|
| TransportAcceptListener
|
|
| 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. |
|
| WriteTimeoutFilter
This filter implements write timeouts for socket write operations. |
|
| WriteTimeoutFilter.TimeoutThread
|
|
| 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.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.nio | |
|---|---|
| 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.reliable | |
|---|---|
| FutureResponse
|
|
| ResponseCorrelator
Adds the incrementing sequence number to commands along with performing the correlation 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.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||