| Package | Description |
|---|---|
| org.johnnei.javatorrent | |
| org.johnnei.javatorrent.tracker |
| Modifier and Type | Method and Description |
|---|---|
IPeerDistributor |
TorrentClient.getPeerDistributor() |
| Modifier and Type | Method and Description |
|---|---|
TorrentClient.Builder |
TorrentClient.Builder.setPeerDistributor(Function<TorrentClient,IPeerDistributor> peerDistributor)
Sets the peer distributor which is being used by the
IPeerConnector implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualDistributor
An implementation of
IPeerDistributor which attempts to equally distribute the peers. |
class |
UncappedDistributor
An implementation of
IPeerDistributor which does not cap the amount of peers. |
Copyright © 2016. All rights reserved.