Class HttpInactivityMonitor

  • All Implemented Interfaces:
    org.apache.activemq.Service, org.apache.activemq.transport.Transport, org.apache.activemq.transport.TransportListener

    public class HttpInactivityMonitor
    extends org.apache.activemq.transport.InactivityMonitor
    Inactivity Monitor specialization for use with HTTP based transports.
    • Field Summary

      • Fields inherited from class org.apache.activemq.transport.AbstractInactivityMonitor

        wireFormat
      • Fields inherited from class org.apache.activemq.transport.TransportFilter

        next, transportListener
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpInactivityMonitor​(org.apache.activemq.transport.Transport next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onCommand​(Object command)  
      • Methods inherited from class org.apache.activemq.transport.InactivityMonitor

        configuredOk, isIgnoreAllWireFormatInfo, isIgnoreRemoteWireFormat, processInboundWireFormatInfo, processOutboundWireFormatInfo, setIgnoreAllWireFormatInfo, setIgnoreRemoteWireFormat, start, startMonitorThreads
      • Methods inherited from class org.apache.activemq.transport.AbstractInactivityMonitor

        getConnectAttemptTimeout, getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, oneway, onException, setConnectAttemptTimeout, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, startConnectCheckTask, startConnectCheckTask, stop, stopConnectCheckTask, stopMonitorThreads
      • Methods inherited from class org.apache.activemq.transport.TransportFilter

        asyncRequest, getNext, getPeerCertificates, getReceiveCounter, getRemoteAddress, getTransportListener, getWireFormat, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setPeerCertificates, setTransportListener, toString, transportInterupted, transportResumed, updateURIs
    • Constructor Detail

      • HttpInactivityMonitor

        public HttpInactivityMonitor​(org.apache.activemq.transport.Transport next)
        Parameters:
        next - The next Transport in the filter chain.
    • Method Detail

      • onCommand

        public void onCommand​(Object command)
        Specified by:
        onCommand in interface org.apache.activemq.transport.TransportListener
        Overrides:
        onCommand in class org.apache.activemq.transport.AbstractInactivityMonitor