Package net.grinder.plugin.http

HTTP plug-in that provides a pool of connections per worker thread.

See:
          Description

Interface Summary
HTTPPluginConnection Interface that script can use to control HTTP connections.
HTTPUtilities Things that HTTP scripts find useful.
 

Class Summary
HTTPPluginControl Facade through which the script can control the behaviour of the HTTP plug-in.
HTTPRequest An individual HTTP request for use in scripts.
 

Exception Summary
TimeoutException Indicates that an HTTP request timed out.
URLException Represents errors in URLs.
 

Package net.grinder.plugin.http Description

HTTP plug-in that provides a pool of connections per worker thread.

See the documentation for more information.