org.gudy.azureus2.plugins.utils
Interface Utilities.JSONServer

Enclosing interface:
Utilities

public static interface Utilities.JSONServer


Method Summary
 Map call(String method, Map args)
           
 String getName()
           
 List<String> getSupportedMethods()
           
 

Method Detail

getName

String getName()

getSupportedMethods

List<String> getSupportedMethods()

call

Map call(String method,
         Map args)
         throws PluginException
Throws:
PluginException