Package net.i2p.client.streaming.impl
Interface ConnectionManager.PingNotifier
- Enclosing class:
- ConnectionManager
public static interface ConnectionManager.PingNotifier
The callback interface for a pong.
Unused? Not part of the public streaming API.
-
Method Summary
Modifier and Type Method Description void
pingComplete(boolean ok)
-
Method Details
-
pingComplete
void pingComplete(boolean ok)- Parameters:
ok
- true if pong received; false if timed out
-