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

bt.protocol.IExtendedHandshakeFactory Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy