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) |
protected void |
startMonitorThreads() |
getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, onCommand, oneway, onException, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, start, stop, 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)
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 void startMonitorThreads() throws java.io.IOException
startMonitorThreads
in class AbstractInactivityMonitor
java.io.IOException
protected boolean configuredOk() throws java.io.IOException
configuredOk
in class AbstractInactivityMonitor
java.io.IOException
public boolean isIgnoreAllWireFormatInfo()
public void setIgnoreAllWireFormatInfo(boolean ignoreAllWireFormatInfo)
public boolean isIgnoreRemoteWireFormat()
public void setIgnoreRemoteWireFormat(boolean ignoreRemoteWireFormat)
Copyright © 2005-2017. All Rights Reserved.