Uses of Class
org.apache.activemq.transport.TransportFilter
Packages that use TransportFilter
Package
Description
The core Transport abstraction and support classes
Discovery mechanism to discover brokers and clients.
A mock implementation of the Transport layer useful for testing
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.
UDP based Transport implementation.
-
Uses of TransportFilter in org.apache.activemq.transport
Subclasses of TransportFilter in org.apache.activemq.transportModifier and TypeClassDescriptionclassUsed to make sure that commands are arriving periodically from the peer of the transport.classJoins together of partial commands which were split into individual chunks of data.classUsed to make sure that commands are arriving periodically from the peer of the transport.classclassThread safe Transport Filter that serializes calls to and from the Transport Stack.classAdds the incrementing sequence number to commands along with performing the correlation of responses to requests to create a blocking request-response semantics.classThe thread name filter, modifies the name of the thread during the invocation to a transport.classNegotiates the wire format with a new connectionclassThis filter implements write timeouts for socket write operations.Constructors in org.apache.activemq.transport with parameters of type TransportFilterModifierConstructorDescriptionFutureResponse(ResponseCallback responseCallback, TransportFilter transportFilter) -
Uses of TransportFilter in org.apache.activemq.transport.discovery
Subclasses of TransportFilter in org.apache.activemq.transport.discoveryModifier and TypeClassDescriptionclassATransportFilterwhich uses aDiscoveryAgentto 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 -
Uses of TransportFilter in org.apache.activemq.transport.reliable
Subclasses of TransportFilter in org.apache.activemq.transport.reliable -
Uses of TransportFilter in org.apache.activemq.transport.udp
Subclasses of TransportFilter in org.apache.activemq.transport.udp