class SchedulerConnecting extends SchedulerImpl
Scheduler used once we've sent our SYN but it hasn't been ACKed yet. This connection may or may not be locally created.
_context, _log
Constructor and Description |
---|
SchedulerConnecting(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, toString
public SchedulerConnecting(I2PAppContext ctx)
public boolean accept(Connection con)
TaskScheduler
public void eventOccurred(Connection con)
TaskScheduler