Package com.biglybt.plugin.net.netstatus
Class NetStatusPlugin
java.lang.Object
com.biglybt.plugin.net.netstatus.NetStatusPlugin
- All Implemented Interfaces:
Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LoggerChannel
private BooleanParameter
private PluginInterface
private NetStatusProtocolTester
private AESemaphore
private StringParameter
private ActionParameter
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBooleanParameter
(String name, boolean def) void
initialize
(PluginInterface _plugin_interface) This method is called when the Plugin is loaded by the clientboolean
static void
load
(PluginInterface plugin_interface) void
void
void
setBooleanParameter
(String name, boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.pif.Plugin
getInitialProperties
-
Field Details
-
VIEW_ID
- See Also:
-
plugin_interface
-
logger
-
logging_detailed
-
test_button
-
test_address
-
protocol_tester
-
protocol_tester_sem
-
-
Constructor Details
-
NetStatusPlugin
public NetStatusPlugin()
-
-
Method Details
-
load
-
initialize
Description copied from interface:Plugin
This method is called when the Plugin is loaded by the client- Specified by:
initialize
in interfacePlugin
- Parameters:
_plugin_interface
- the interface that the plugin must use to communicate with the client
-
isDetailedLogging
public boolean isDetailedLogging() -
getProtocolTester
-
setBooleanParameter
-
getBooleanParameter
-
log
-
log
-