Uses of Interface
org.johnnei.javatorrent.module.IModule
-
Packages that use IModule Package Description org.johnnei.javatorrent org.johnnei.javatorrent.module org.johnnei.javatorrent.tracker.http -
-
Uses of IModule in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent with type parameters of type IModule Modifier and Type Method Description <T extends IModule>
Optional<T>TorrentClient. getModule(Class<T> type)Gets the module instance if it is registered to this Torrent Client.Methods in org.johnnei.javatorrent that return types with arguments of type IModule Modifier and Type Method Description Collection<IModule>TorrentClient. getModules()Gets an unmodifiable view of the registered modules to this torrent client.Methods in org.johnnei.javatorrent with parameters of type IModule Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. registerModule(IModule module) -
Uses of IModule in org.johnnei.javatorrent.module
Methods in org.johnnei.javatorrent.module that return types with arguments of type IModule Modifier and Type Method Description List<Class<IModule>>IModule. getDependsOn()Returns the extensions which must be present to allow this module to work at all. -
Uses of IModule in org.johnnei.javatorrent.tracker.http
Classes in org.johnnei.javatorrent.tracker.http that implement IModule Modifier and Type Class Description classHttpTrackerModuleAIModuleto add support for HTTP trackers.Methods in org.johnnei.javatorrent.tracker.http that return types with arguments of type IModule Modifier and Type Method Description List<Class<IModule>>HttpTrackerModule. getDependsOn()
-