Class NetStatusPlugin

java.lang.Object
com.biglybt.plugin.net.netstatus.NetStatusPlugin
All Implemented Interfaces:
Plugin

public class NetStatusPlugin extends Object implements Plugin
  • Field Details

  • Constructor Details

    • NetStatusPlugin

      public NetStatusPlugin()
  • Method Details

    • load

      public static void load(PluginInterface plugin_interface)
    • initialize

      public void initialize(PluginInterface _plugin_interface)
      Description copied from interface: Plugin
      This method is called when the Plugin is loaded by the client
      Specified by:
      initialize in interface Plugin
      Parameters:
      _plugin_interface - the interface that the plugin must use to communicate with the client
    • isDetailedLogging

      public boolean isDetailedLogging()
    • getProtocolTester

      public NetStatusProtocolTester getProtocolTester()
    • setBooleanParameter

      public void setBooleanParameter(String name, boolean value)
    • getBooleanParameter

      public boolean getBooleanParameter(String name, boolean def)
    • log

      public void log(String str)
    • log

      public void log(String str, Throwable e)