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)SchedulerHardDisconnected. |
| Modifier and Type | Method and Description |
|---|---|
boolean | accept(Connection con)Accept connections that have been locally hard disconnected or
sent a RESET, and the final timeout hasn't passed. |
void | eventOccurred(Connection con)Handle an event on a hard-disconnected connection. |
reschedule, toStringpublic SchedulerHardDisconnected(I2PAppContext ctx)
public boolean accept(Connection con)
con - the connection to checkpublic void eventOccurred(Connection con)
con - the connection that had an event