|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.client.streaming.SchedulerImpl
Base scheduler
Field Summary | |
protected I2PAppContext |
_context
|
Constructor Summary | |
SchedulerImpl(I2PAppContext ctx)
|
Method Summary | |
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. |
protected void |
reschedule(long msToWait,
Connection con)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected I2PAppContext _context
Constructor Detail |
public SchedulerImpl(I2PAppContext ctx)
Method Detail |
protected void reschedule(long msToWait, Connection con)
public void eventOccurred(Connection con)
public boolean accept(Connection con)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |