public class StompInactivityMonitor extends AbstractInactivityMonitor
wireFormat
next, transportListener
Constructor and Description |
---|
StompInactivityMonitor(Transport next,
WireFormat wireFormat) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
configuredOk() |
protected void |
processInboundWireFormatInfo(WireFormatInfo info) |
protected void |
processOutboundWireFormatInfo(WireFormatInfo info) |
void |
startMonitoring() |
getConnectAttemptTimeout, getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, onCommand, oneway, onException, setConnectAttemptTimeout, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, start, startConnectCheckTask, startConnectCheckTask, startMonitorThreads, stop, stopConnectCheckTask, stopMonitorThreads
asyncRequest, getNext, getPeerCertificates, getReceiveCounter, getRemoteAddress, getTransportListener, getWireFormat, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setPeerCertificates, setTransportListener, toString, transportInterupted, transportResumed, updateURIs
public StompInactivityMonitor(Transport next, WireFormat wireFormat)
public void startMonitoring() throws IOException
IOException
protected void processInboundWireFormatInfo(WireFormatInfo info) throws IOException
processInboundWireFormatInfo
in class AbstractInactivityMonitor
IOException
protected void processOutboundWireFormatInfo(WireFormatInfo info) throws IOException
processOutboundWireFormatInfo
in class AbstractInactivityMonitor
IOException
protected boolean configuredOk() throws IOException
configuredOk
in class AbstractInactivityMonitor
IOException
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.