Uses of Class
org.apache.activemq.transport.TransportFilter
-
Packages that use TransportFilter Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.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 testingorg.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.udp UDP based Transport implementation. -
-
Uses of TransportFilter in org.apache.activemq.transport
Subclasses of TransportFilter in org.apache.activemq.transport Modifier and Type Class Description classAbstractInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classCommandJoinerJoins together of partial commands which were split into individual chunks of data.classInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classMarshallingTransportFilterclassMutexTransportThread safe Transport Filter that serializes calls to and from the Transport Stack.classResponseCorrelatorAdds the incrementing sequence number to commands along with performing the correlation of responses to requests to create a blocking request-response semantics.classThreadNameFilterThe thread name filter, modifies the name of the thread during the invocation to a transport.classWireFormatNegotiatorNegotiates the wire format with a new connectionclassWriteTimeoutFilterThis filter implements write timeouts for socket write operations.Constructors in org.apache.activemq.transport with parameters of type TransportFilter Constructor Description FutureResponse(ResponseCallback responseCallback, TransportFilter transportFilter) -
Uses of TransportFilter in org.apache.activemq.transport.discovery
Subclasses of TransportFilter in org.apache.activemq.transport.discovery Modifier and Type Class Description classDiscoveryTransportATransportFilterwhich 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 Modifier and Type Method Description voidMockTransport. install(TransportFilter filter) -
Uses of TransportFilter in org.apache.activemq.transport.reliable
Subclasses of TransportFilter in org.apache.activemq.transport.reliable Modifier and Type Class Description classReliableTransportDeprecated. -
Uses of TransportFilter in org.apache.activemq.transport.udp
Subclasses of TransportFilter in org.apache.activemq.transport.udp Modifier and Type Class Description classResponseRedirectInterceptor
-