Uses of Package
net.i2p.router.peermanager

Packages that use net.i2p.router.peermanager
net.i2p.router The I2P router application handles the I2P network communication. 
net.i2p.router.peermanager The peer manager logs information about the history and quality of network peers. 
net.i2p.router.web   
 

Classes in net.i2p.router.peermanager used by net.i2p.router
ProfileOrganizer
          Keep the peer profiles organized according to the tiered model.
 

Classes in net.i2p.router.peermanager used by net.i2p.router.peermanager
DBHistory
          History of NetDb related activities (lookups, replies, stores, etc)
PeerManager
          Manage the current state of the statistics All the capabilities methods appear to be almost unused - TunnelPeerSelector just looks for unreachables, and that's it? If so, a lot of this can go away, including the array of 26 ArrayLists, and a lot of synchronization on _capabilitiesByPeer.
PeerProfile
          Copied from http://www.i2p2.i2p/how_peerselection.html See also main() below for additional commentary by zzz.
TunnelHistory
          Tunnel related history information
 

Classes in net.i2p.router.peermanager used by net.i2p.router.web
ProfileOrganizer
          Keep the peer profiles organized according to the tiered model.