com.aelitis.net.magneturi
Interface MagnetURIHandlerListener


public interface MagnetURIHandlerListener

Author:
parg

Method Summary
 byte[] badge()
           
 byte[] download(MagnetURIHandlerProgressListener progress, byte[] hash, String args, InetSocketAddress[] sources, long timeout)
           
 boolean download(URL magnet_url)
           
 int get(String name, Map values)
           
 boolean set(String name, Map values)
           
 

Method Detail

badge

byte[] badge()

download

byte[] download(MagnetURIHandlerProgressListener progress,
                byte[] hash,
                String args,
                InetSocketAddress[] sources,
                long timeout)
                throws MagnetURIHandlerException
Throws:
MagnetURIHandlerException

download

boolean download(URL magnet_url)
                 throws MagnetURIHandlerException
Throws:
MagnetURIHandlerException

set

boolean set(String name,
            Map values)

get

int get(String name,
        Map values)