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

bt.protocol.Message Maven / Gradle / Ivy

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

/**
 * Supertype of all BitTorrent messages.
 *
 * @since 1.0
 */
public interface Message {

    /**
     * @return Unique message ID, as defined by the standard BitTorrent protocol.
     * @since 1.0
     */
    Integer getMessageId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy