| Package | Description |
|---|---|
| org.johnnei.javatorrent | |
| org.johnnei.javatorrent.module |
| Modifier and Type | Method and Description |
|---|---|
<T extends IModule> |
TorrentClient.getModule(Class<T> type)
Gets the module instance if it is registered to this Torrent Client.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IModule> |
TorrentClient.getModules()
Gets an unmodifiable view of the registered modules to this torrent client.
|
| Modifier and Type | Method and Description |
|---|---|
TorrentClient.Builder |
TorrentClient.Builder.registerModule(IModule module) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<IModule>> |
IModule.getDependsOn()
Returns the extensions which must be present to allow this module to work at all.
|
Copyright © 2016. All rights reserved.