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

bt.processor.ProcessingContext Maven / Gradle / Ivy

package bt.processor;

import bt.metainfo.Torrent;
import bt.metainfo.TorrentId;
import bt.torrent.TorrentSession;

import java.util.Optional;

public interface ProcessingContext {

    Optional getTorrentId();

    Optional getTorrent();

    Optional getSession();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy