Package com.sun.slamd.http

The com.sun.slamd.http package contains the SLAMD HTTP client library.

See:
          Description

Class Summary
HTMLDocument This class defines an HTML document that may be included as part of a response sent by a Web server.
HTTPClient This class defines a client that may be used for communicating with Web servers using HTTP or HTTPS.
HTTPCookie This class defines a cookie that may be used to help retain state information between requests.
HTTPRequest This class defines a means of encapsulating an HTTP request to send to a remote server.
HTTPResponse This class defines a means of encapsulating an HTTP response returned by a server in response to an HTTP request.
 

Exception Summary
HTTPException This class defines an exception that may be thrown if a problem occurs while attempting to communicate with a server over HTTP.
 

Package com.sun.slamd.http Description

The com.sun.slamd.http package contains the SLAMD HTTP client library. This library provides a number of methods for interacting with Web servers using HTTP and HTTPS via HTTP 1.1. It provides support for cookies, authentication, proxy servers, redirects, and keepalive. It also provides basic support for parsing HTML documents and can be configured to automatically retrieve associated files (e.g., images, framesets, remote stylesheets, etc.) so that it operates more like a real Web browser.