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

bt.protocol.IHandshakeFactory Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.protocol;

import bt.metainfo.TorrentId;

/**
 * Factory of standard BitTorrent handshakes.
 *
 * @since 1.0
 */
public interface IHandshakeFactory {

    /**
     * Create a handshake, that can be used
     * to initialize peer connections for a given torrent.
     *
     * @since 1.0
     */
    Handshake createHandshake(TorrentId torrentId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy