class SchedulerHardDisconnected extends SchedulerImpl
Scheduler used after we've locally done a hard disconnect, but the final timeout hasn't passed.
dead - after the final timeout passes_context, _log| Constructor and Description |
|---|
SchedulerHardDisconnected(I2PAppContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Connection con)
Determine whether this scheduler is fit to operate against the
given connection
|
void |
eventOccurred(Connection con)
An event has occurred (timeout, message sent, or message received),
so schedule what to do next based on our current state.
|
reschedule, toStringpublic SchedulerHardDisconnected(I2PAppContext ctx)
public boolean accept(Connection con)
TaskSchedulerpublic void eventOccurred(Connection con)
TaskScheduler