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) |
protected void |
startMonitorThreads() |
getInitialDelayTime, getReadCheckTime, getWriteCheckTime, isKeepAliveResponseRequired, isMonitorStarted, onCommand, oneway, onException, setInitialDelayTime, setKeepAliveResponseRequired, setReadCheckTime, setUseKeepAlive, setWriteCheckTime, start, stop, stopMonitorThreadsasyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setTransportListener, toString, transportInterupted, transportResumed, updateURIspublic InactivityMonitor(Transport next, WireFormat wireFormat)
protected void processInboundWireFormatInfo(WireFormatInfo info) throws java.io.IOException
processInboundWireFormatInfo in class AbstractInactivityMonitorjava.io.IOExceptionprotected void processOutboundWireFormatInfo(WireFormatInfo info) throws java.io.IOException
processOutboundWireFormatInfo in class AbstractInactivityMonitorjava.io.IOExceptionprotected void startMonitorThreads()
throws java.io.IOException
startMonitorThreads in class AbstractInactivityMonitorjava.io.IOExceptionprotected boolean configuredOk()
throws java.io.IOException
configuredOk in class AbstractInactivityMonitorjava.io.IOExceptionpublic boolean isIgnoreAllWireFormatInfo()
public void setIgnoreAllWireFormatInfo(boolean ignoreAllWireFormatInfo)
public boolean isIgnoreRemoteWireFormat()
public void setIgnoreRemoteWireFormat(boolean ignoreRemoteWireFormat)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.