bt.BtClientBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bt-core Show documentation
Show all versions of bt-core Show documentation
BitTorrent Client Library (Core)
package bt;
/**
* Builds a client and attaches it to the provided runtime.
*
* @since 1.1
*/
public class BtClientBuilder extends TorrentClientBuilder {
// this class is basically a convenient TorrentClientBuilder without generic parameters
/**
* @since 1.4
*/
protected BtClientBuilder() {
}
}