Uses of Class
com.biglybt.net.magneturi.MagnetURIHandlerException
Packages that use MagnetURIHandlerException
-
Uses of MagnetURIHandlerException in com.biglybt.net.magneturi
Methods in com.biglybt.net.magneturi that throw MagnetURIHandlerExceptionModifier and TypeMethodDescriptionbyte[]
MagnetURIHandlerListener.download
(MagnetURIHandlerProgressListener progress, byte[] hash, String args, InetSocketAddress[] sources, long timeout) boolean
-
Uses of MagnetURIHandlerException in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as MagnetURIHandlerExceptionModifier and TypeFieldDescriptionprivate MagnetURIHandlerException
MagnetPlugin.DownloadActivity.error
Methods in com.biglybt.plugin.magnet with parameters of type MagnetURIHandlerExceptionModifier and TypeMethodDescriptionvoid
MagnetPlugin.DownloadAsyncListener.failed
(MagnetURIHandlerException error) void
MagnetPlugin.DownloadResultListener.failed
(MagnetURIHandlerException error) Methods in com.biglybt.plugin.magnet that throw MagnetURIHandlerExceptionModifier and TypeMethodDescriptionbyte[]
MagnetPlugin.download
(MagnetPluginProgressListener listener, byte[] hash, String args, InetSocketAddress[] sources, List<String> tags, Map<String, Object> other_metadata, long timeout, int flags)