public class HTTPPlugin extends Object implements GrinderPlugin
Constructor and Description |
---|
HTTPPlugin() |
Modifier and Type | Method and Description |
---|---|
PluginThreadListener |
createThreadListener(PluginThreadContext threadContext)
Called by the engine to obtain a new PluginThreadListener.
|
void |
initialize(PluginProcessContext processContext)
Called by the PluginRegistry when the plug-in is first registered.
|
public void initialize(PluginProcessContext processContext) throws PluginException
initialize
in interface GrinderPlugin
processContext
- The plug-in process context.PluginException
- if an error occurs.public PluginThreadListener createThreadListener(PluginThreadContext threadContext) throws PluginException
createThreadListener
in interface GrinderPlugin
threadContext
- The plug-in thread context.PluginException
- if an error occurs.Copyright © 2000-2014. All Rights Reserved.