![JAR search and dependency download from the Maven repository](/logo.png)
bt.tracker.TrackerFactory 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.tracker;
/**
* Creates tracker clients.
*
* @since 1.0
*/
public interface TrackerFactory {
/**
* Create a client for the tracker, identified by its' URL
*
* @param trackerUrl String representation of the tracker's URL
* @return Tracker client
* @since 1.0
*/
Tracker getTracker(String trackerUrl);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy