public class TCPDeadConnection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEADSPAN
The time span for which this connection is dead.
|
protected long |
deadtime
The dead connection start time.
|
| Constructor and Description |
|---|
TCPDeadConnection()
Create a new dead connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRetry()
Test if it should be retried to reestablish the connection.
|
public static final long DEADSPAN
protected long deadtime