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)SchedulerConnecting. |
| Modifier and Type | Method and Description |
|---|---|
boolean | accept(Connection con)Accept connections where the SYN has been sent but not yet ACKed. |
void | eventOccurred(Connection con)Handle an event on a connecting connection. |
reschedule, toStringpublic SchedulerConnecting(I2PAppContext ctx)
public boolean accept(Connection con)
con - the connection to checkpublic void eventOccurred(Connection con)
con - the connection that had an event