TaskScheduler
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
コンストラクタ | 説明 |
---|---|
SchedulerClosed(I2PAppContext ctx) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
reschedule, toString
public SchedulerClosed(I2PAppContext ctx)
public boolean accept(Connection con)
TaskScheduler
public void eventOccurred(Connection con)
TaskScheduler