パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(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.
|
java.util.List<Hash> |
PeerManagerFacadeImpl.selectPeers(PeerSelectionCriteria criteria) |