Package com.sun.slamd.scripting.http

The com.sun.slamd.scripting.http package contains the code that defines the variables that may be used for interacting with Web servers over HTTP through a SLAMD script.

See:
          Description

Class Summary
HTMLDocumentVariable This class defines a variable that can be used to encapsulate an HTML document retrieved as part of processing a request.
HTTPClientVariable This class defines a variable that can be used to manage the interaction with one or more servers using HTTP 1.1.
HTTPRequestVariable This class defines a variable that can be used to encapsulate a request to send to an HTTP server.
HTTPResponseVariable This class defines a variable that can be used to encapsulate a response from an HTTP server.
 

Package com.sun.slamd.scripting.http Description

The com.sun.slamd.scripting.http package contains the code that defines the variables that may be used for interacting with Web servers over HTTP through a SLAMD script.