Package com.marringtons.net.HTTP

This package provides http protocol support with client interaction, HTTP headers, request/response and URL processing.

See:
          Description

Class Summary
Client This class provides complete HTTP client functionality so that a Java program can act as a browser does in talking to a HTTP server.
Header This class provides basic support for interpreting and creating HTTP headers.
Request This class reads a request from a remote client and evaluate it so that the calling program can retrieve the different forms of information contained in the request.
Response This class builds up a HTTP response and sends it to a client browser.
URL This class contains static helper methods for preparing and comparing URLs.
 

Package com.marringtons.net.HTTP Description

This package provides http protocol support with client interaction, HTTP headers, request/response and URL processing.



Copyright © 2005 Paul Marrington http://library.marringtons.com