class DefaultTcpTransportMapping.SocketTimeout
extends java.util.TimerTask
Modifier and Type | Field and Description |
---|---|
private DefaultTcpTransportMapping.SocketEntry |
entry |
Constructor and Description |
---|
SocketTimeout(DefaultTcpTransportMapping.SocketEntry entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
private void |
rescheduleCleanup(long idleMillisAlreadyElapsed,
DefaultTcpTransportMapping.SocketEntry entry) |
void |
run() |
private DefaultTcpTransportMapping.SocketEntry entry
public SocketTimeout(DefaultTcpTransportMapping.SocketEntry entry)
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
private void rescheduleCleanup(long idleMillisAlreadyElapsed, DefaultTcpTransportMapping.SocketEntry entry)
public boolean cancel()
cancel
in class java.util.TimerTask