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

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