Uses of Interface
peerbase.RouterInterface

Packages that use RouterInterface
peerbase   
peerbase.util   
 

Uses of RouterInterface in peerbase
 

Methods in peerbase with parameters of type RouterInterface
 void Node.addRouter(RouterInterface router)
           
 

Uses of RouterInterface in peerbase.util
 

Classes in peerbase.util that implement RouterInterface
 class SimpleRouter
          A simple router that attempts to route messages by simply looking for the destination peer information in the node's list of peers.