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
 void pingComplete(boolean ok)
           
 

Method Detail

pingComplete

void pingComplete(boolean ok)
Parameters:
ok - true if pong received; false if timed out