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

bt.processor.ProcessingContext Maven / Gradle / Ivy

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