![JAR search and dependency download from the Maven repository](/logo.png)
bt.protocol.IExtendedHandshakeFactory Maven / Gradle / Ivy
package bt.protocol;
import bt.metainfo.TorrentId;
import bt.protocol.extended.ExtendedHandshake;
/**
* @since 1.3
*/
public interface IExtendedHandshakeFactory {
/**
* @since 1.3
*/
ExtendedHandshake getHandshake(TorrentId torrentId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy