|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.AbstractInactivityMonitor
org.apache.activemq.transport.stomp.StompInactivityMonitor
public class StompInactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport.
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 | |
---|---|
StompInactivityMonitor(Transport next,
WireFormat wireFormat)
|
Method Summary | |
---|---|
protected boolean |
configuredOk()
|
protected void |
processInboundWireFormatInfo(WireFormatInfo info)
|
protected void |
processOutboundWireFormatInfo(WireFormatInfo info)
|
void |
startMonitoring()
|
Methods inherited from class org.apache.activemq.transport.AbstractInactivityMonitor |
---|
getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, onCommand, oneway, onException, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, start, startMonitorThreads, stop, stopMonitorThreads |
Methods inherited from class org.apache.activemq.transport.TransportFilter |
---|
asyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setTransportListener, toString, transportInterupted, transportResumed, updateURIs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StompInactivityMonitor(Transport next, WireFormat wireFormat)
Method Detail |
---|
public void startMonitoring() throws java.io.IOException
java.io.IOException
protected void processInboundWireFormatInfo(WireFormatInfo info) throws java.io.IOException
processInboundWireFormatInfo
in class AbstractInactivityMonitor
java.io.IOException
protected void processOutboundWireFormatInfo(WireFormatInfo info) throws java.io.IOException
processOutboundWireFormatInfo
in class AbstractInactivityMonitor
java.io.IOException
protected boolean configuredOk() throws java.io.IOException
configuredOk
in class AbstractInactivityMonitor
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |