class SchedulerClosed extends SchedulerImpl
Scheduler used for after both sides have had their close packets ACKed, but the final timeout hasn't passed.
dead - after the final timeout passes_context, _log| Constructor and Description |
|---|
SchedulerClosed(I2PAppContext ctx)SchedulerClosed. |
| Modifier and Type | Method and Description |
|---|---|
boolean | accept(Connection con)Accept connections where both sides have closed and ACKed, and the
final timeout hasn't passed. |
void | eventOccurred(Connection con)eventOccurred. |
reschedule, toStringpublic SchedulerClosed(I2PAppContext ctx)
public boolean accept(Connection con)
con - the connection to checkpublic void eventOccurred(Connection con)
con - the connection on which the event occurred