Package net.i2p.client.impl
Class I2PSessionImpl.AvailabilityNotifier
java.lang.Object
net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
I2PSessionMuxedImpl.MuxedAvailabilityNotifier
- Enclosing class:
- I2PSessionImpl
protected class I2PSessionImpl.AvailabilityNotifier extends Object implements Runnable
This notifies the client of payload messages.
Needs work.
-
Constructor Summary
Constructors Constructor Description AvailabilityNotifier()
-
Method Summary
Modifier and Type Method Description void
available(long msgId, int size)
void
run()
void
stopNotifying()
-
Constructor Details
-
AvailabilityNotifier
public AvailabilityNotifier()
-
-
Method Details
-
stopNotifying
public void stopNotifying() -
available
public void available(long msgId, int size) -
run
public void run()
-