Class NetTestPlugin

java.lang.Object
com.biglybt.plugin.net.test.NetTestPlugin
All Implemented Interfaces:
Plugin

public class NetTestPlugin extends Object implements Plugin
  • Field Details

  • Constructor Details

    • NetTestPlugin

      public NetTestPlugin()
  • Method Details

    • initialize

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

      private void initialised()
    • exec

      private void exec(String cmd)
    • log

      private void log(String str)