public class InactivityMonitor extends AbstractInactivityMonitor
wireFormat
next, transportListener
Constructor and Description |
---|
InactivityMonitor(Transport next,
WireFormat wireFormat) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
configuredOk() |
boolean |
isIgnoreAllWireFormatInfo() |
boolean |
isIgnoreRemoteWireFormat() |
protected void |
processInboundWireFormatInfo(WireFormatInfo info) |
protected void |
processOutboundWireFormatInfo(WireFormatInfo info) |
void |
setIgnoreAllWireFormatInfo(boolean ignoreAllWireFormatInfo) |
void |
setIgnoreRemoteWireFormat(boolean ignoreRemoteWireFormat) |
void |
start() |
protected void |
startMonitorThreads() |
getConnectAttemptTimeout, getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, onCommand, oneway, onException, setConnectAttemptTimeout, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, startConnectCheckTask, startConnectCheckTask, stop, stopConnectCheckTask, stopMonitorThreads
asyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setTransportListener, toString, transportInterupted, transportResumed, updateURIs
public InactivityMonitor(Transport next, WireFormat wireFormat)
public void start() throws Exception
start
in interface Service
start
in class AbstractInactivityMonitor
Exception
Service.start()
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 void startMonitorThreads() throws IOException
startMonitorThreads
in class AbstractInactivityMonitor
IOException
protected boolean configuredOk() throws IOException
configuredOk
in class AbstractInactivityMonitor
IOException
public boolean isIgnoreAllWireFormatInfo()
public void setIgnoreAllWireFormatInfo(boolean ignoreAllWireFormatInfo)
public boolean isIgnoreRemoteWireFormat()
public void setIgnoreRemoteWireFormat(boolean ignoreRemoteWireFormat)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.