TaskScheduler
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 | Description |
---|---|
SchedulerConnecting(I2PAppContext ctx) |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
reschedule, toString
public SchedulerConnecting(I2PAppContext ctx)
public boolean accept(Connection con)
TaskScheduler
public void eventOccurred(Connection con)
TaskScheduler