Uses of Interface
peerbase.StabilizerInterface

Packages that use StabilizerInterface
peerbase   
peerbase.util   
 

Uses of StabilizerInterface in peerbase
 

Methods in peerbase with parameters of type StabilizerInterface
 void Node.startStabilizer(StabilizerInterface st, int delay)
          Starts a "stabilizer" function running at the specified interval.
 

Uses of StabilizerInterface in peerbase.util
 

Classes in peerbase.util that implement StabilizerInterface
 class SimplePingStabilizer
          A simple stabilization routine that simply sends "PING" messages to every peer in a node's list of peers, and removes from the list any that fail to accept the connection.