|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportFilter | |
---|---|
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.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.mqtt | A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ |
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.udp | UDP based Transport implementation. |
Uses of TransportFilter in org.apache.activemq.transport |
---|
Subclasses of TransportFilter in org.apache.activemq.transport | |
---|---|
class |
AbstractInactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport. |
class |
CommandJoiner
Joins together of partial commands which were split into individual chunks of data. |
class |
InactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport. |
class |
MarshallingTransportFilter
|
class |
MutexTransport
Thread safe Transport Filter that serializes calls to and from the Transport Stack. |
class |
ResponseCorrelator
Adds the incrementing sequence number to commands along with performing the corelation of responses to requests to create a blocking request-response semantics. |
class |
ThreadNameFilter
The thread name filter, modifies the name of the thread during the invocation to a transport. |
class |
TransportLogger
This TransportFilter implementation writes output to a log as it intercepts commands / events before sending them to the following layer in the Transport stack. |
class |
WireFormatNegotiator
Negotiates the wire format with a new connection |
class |
WriteTimeoutFilter
This filter implements write timeouts for socket write operations. |
Uses of TransportFilter in org.apache.activemq.transport.discovery |
---|
Subclasses of TransportFilter in org.apache.activemq.transport.discovery | |
---|---|
class |
DiscoveryTransport
A ReliableTransportChannel which uses a DiscoveryAgent to
discover remote broker instances and dynamically connect to them. |
Uses of TransportFilter in org.apache.activemq.transport.mock |
---|
Methods in org.apache.activemq.transport.mock with parameters of type TransportFilter | |
---|---|
void |
MockTransport.install(TransportFilter filter)
|
Uses of TransportFilter in org.apache.activemq.transport.mqtt |
---|
Subclasses of TransportFilter in org.apache.activemq.transport.mqtt | |
---|---|
class |
MQTTInactivityMonitor
|
class |
MQTTTransportFilter
The MQTTTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert MQTT commands to ActiveMQ commands. |
Uses of TransportFilter in org.apache.activemq.transport.reliable |
---|
Subclasses of TransportFilter in org.apache.activemq.transport.reliable | |
---|---|
class |
ReliableTransport
This interceptor deals with out of order commands together with being able to handle dropped commands and the re-requesting dropped commands. |
Uses of TransportFilter in org.apache.activemq.transport.stomp |
---|
Subclasses of TransportFilter in org.apache.activemq.transport.stomp | |
---|---|
class |
StompInactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport. |
class |
StompTransportFilter
The StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands. |
Uses of TransportFilter in org.apache.activemq.transport.udp |
---|
Subclasses of TransportFilter in org.apache.activemq.transport.udp | |
---|---|
class |
ResponseRedirectInterceptor
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |