Uses of Class
net.i2p.router.PeerSelectionCriteria

Packages that use PeerSelectionCriteria
net.i2p.router   
net.i2p.router.peermanager   
 

Uses of PeerSelectionCriteria in net.i2p.router
 

Methods in net.i2p.router with parameters of type PeerSelectionCriteria
 java.util.List<Hash> PeerManagerFacade.selectPeers(PeerSelectionCriteria criteria)
          Select peers from the manager's existing routing tables according to the specified criteria.
 java.util.List<Hash> DummyPeerManagerFacade.selectPeers(PeerSelectionCriteria criteria)
           
 

Uses of PeerSelectionCriteria in net.i2p.router.peermanager
 

Methods in net.i2p.router.peermanager with parameters of type PeerSelectionCriteria
 java.util.List<Hash> PeerManagerFacadeImpl.selectPeers(PeerSelectionCriteria criteria)
           
(package private)  java.util.List<Hash> PeerManager.selectPeers(PeerSelectionCriteria criteria)
          Find some peers that meet the criteria and we have the netDb info for locally Only used by PeerTestJob (PURPOSE_TEST)