class SchedulerDead extends SchedulerImpl
Scheduler used for after the final timeout has passed or the connection was reset.
_context, _log| Constructor and Description |
|---|
SchedulerDead(I2PAppContext ctx)SchedulerDead. |
| Modifier and Type | Method and Description |
|---|---|
boolean | accept(Connection con)Accept connections where the final timeout has passed or a RESET
was received. |
void | eventOccurred(Connection con)Handle an event on a dead connection. |
reschedule, toStringpublic SchedulerDead(I2PAppContext ctx)
public boolean accept(Connection con)
con - the connection to checkpublic void eventOccurred(Connection con)
con - the connection that had an event