protected class I2PSessionMuxedImpl.MuxedAvailabilityNotifier extends I2PSessionImpl.AvailabilityNotifier
| Constructor and Description |
|---|
MuxedAvailabilityNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void | available(long msgId,
int size)Notify that a message is available |
void | available(long msgId,
int size,
int proto,
int fromPort,
int toPort)Notify that data is available. |
void | run()run. |
void | stopNotifying()stopNotifying. |
public void available(long msgId,
int size)I2PSessionImpl.AvailabilityNotifieravailable in class I2PSessionImpl.AvailabilityNotifiermsgId - the message IDsize - the sizepublic void available(long msgId,
int size,
int proto,
int fromPort,
int toPort)public void run()
run in interface Runnablerun in class I2PSessionImpl.AvailabilityNotifierpublic void stopNotifying()
stopNotifying in class I2PSessionImpl.AvailabilityNotifier