public class InactivityMonitor extends AbstractInactivityMonitor
wireFormatnext, 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, stopMonitorThreadsasyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setTransportListener, toString, transportInterupted, transportResumed, updateURIspublic InactivityMonitor(Transport next, WireFormat wireFormat)
public void start() throws Exception
start in interface Servicestart in class AbstractInactivityMonitorExceptionService.start()protected void processInboundWireFormatInfo(WireFormatInfo info) throws IOException
processInboundWireFormatInfo in class AbstractInactivityMonitorIOExceptionprotected void processOutboundWireFormatInfo(WireFormatInfo info) throws IOException
processOutboundWireFormatInfo in class AbstractInactivityMonitorIOExceptionprotected void startMonitorThreads() throws IOException
startMonitorThreads in class AbstractInactivityMonitorIOExceptionprotected boolean configuredOk() throws IOException
configuredOk in class AbstractInactivityMonitorIOExceptionpublic boolean isIgnoreAllWireFormatInfo()
public void setIgnoreAllWireFormatInfo(boolean ignoreAllWireFormatInfo)
public boolean isIgnoreRemoteWireFormat()
public void setIgnoreRemoteWireFormat(boolean ignoreRemoteWireFormat)
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.