Uses of Interface
net.i2p.router.PeerManagerFacade
Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.peermanager |
The peer manager logs information about the history and quality of network peers.
|
-
Uses of PeerManagerFacade in net.i2p.router
Methods in net.i2p.router that return PeerManagerFacade Modifier and Type Method Description PeerManagerFacade
RouterContext. peerManager()
Minimal interface for selecting peers for various tasks based on given criteria. -
Uses of PeerManagerFacade in net.i2p.router.dummy
Classes in net.i2p.router.dummy that implement PeerManagerFacade Modifier and Type Class Description class
DummyPeerManagerFacade
Manage peer references and keep them up to date so that when asked for peers, it can provide appropriate peers according to the criteria provided. -
Uses of PeerManagerFacade in net.i2p.router.peermanager
Classes in net.i2p.router.peermanager that implement PeerManagerFacade Modifier and Type Class Description class
PeerManagerFacadeImpl
Base implementation that has simple algorithms and periodically saves state