All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bt.BtClientBuilder Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
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() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy