Uses of Class
org.apache.activemq.transport.AbstractInactivityMonitor
-
Packages that use AbstractInactivityMonitor Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.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. -
-
Uses of AbstractInactivityMonitor in org.apache.activemq.transport
Subclasses of AbstractInactivityMonitor in org.apache.activemq.transport Modifier and Type Class Description classInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport. -
Uses of AbstractInactivityMonitor in org.apache.activemq.transport.http
Subclasses of AbstractInactivityMonitor in org.apache.activemq.transport.http Modifier and Type Class Description classHttpInactivityMonitorInactivity Monitor specialization for use with HTTP based transports. -
Uses of AbstractInactivityMonitor in org.apache.activemq.transport.stomp
Subclasses of AbstractInactivityMonitor in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.
-