Snark
interface CoordinatorListener
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
addMessage(java.lang.String message) |
|
void |
gotMetaInfo(PeerCoordinator coordinator,
MetaInfo metainfo) |
Called when the PeerCoordinator got the MetaInfo via magnet.
|
boolean |
overUpBWLimit() |
Are we currently over the upstream bandwidth limit?
|
boolean |
overUpBWLimit(long total) |
Is the total (in Bps) over the upstream bandwidth limit?
|
boolean |
overUploadLimit(int uploaders) |
Is this number of uploaders over the per-torrent limit?
|
void |
peerChange(PeerCoordinator coordinator,
Peer peer) |
Called when the PeerCoordinator notices a change in the state of a peer.
|
void peerChange(PeerCoordinator coordinator, Peer peer)
void gotMetaInfo(PeerCoordinator coordinator, MetaInfo metainfo)
boolean overUploadLimit(int uploaders)
boolean overUpBWLimit()
boolean overUpBWLimit(long total)
void addMessage(java.lang.String message)