class SchedulerClosing extends SchedulerImpl
Scheduler used for after both SYNs have been ACKed and both sides have closed the stream, but either we haven't ACKed their close or they haven't ACKed ours.
_context, _log| Constructor and Description |
|---|
SchedulerClosing(I2PAppContext ctx)SchedulerClosing. |
| Modifier and Type | Method and Description |
|---|---|
boolean | accept(Connection con)Accept connections where both sides have closed but at least one
direction hasn't ACKed the close. |
void | eventOccurred(Connection con)Handle an event on a closing connection. |
reschedule, toStringpublic SchedulerClosing(I2PAppContext ctx)
public boolean accept(Connection con)
con - the connection to checkpublic void eventOccurred(Connection con)
con - the connection that had an event