Uses of Class
net.i2p.router.peermanager.ProfileOrganizer

Packages that use ProfileOrganizer
net.i2p.router   
net.i2p.router.web   
 

Uses of ProfileOrganizer in net.i2p.router
 

Methods in net.i2p.router that return ProfileOrganizer
 ProfileOrganizer RouterContext.profileOrganizer()
          Organize the peers we know about into various tiers, profiling their performance and sorting them accordingly.
 

Uses of ProfileOrganizer in net.i2p.router.web
 

Constructors in net.i2p.router.web with parameters of type ProfileOrganizer
ProfileOrganizerRenderer(ProfileOrganizer organizer, RouterContext context)