Package sunlabs.brazil.util.http

Utility classes for dealing with the HTTP protocol.

See:
          Description

Interface Summary
HttpSocketPool This interface represents a cache of idle sockets.
 

Class Summary
HttpInputStream This class is an input stream that provides added methods that are of help when reading the result of an HTTP request.
HttpRequest Sends an HTTP request to some target host and gets the answer back.
HttpSocket This class is used as the bag of information kept about a open, idle socket.
HttpUtil The HttpUtil class contains methods for performing simple HTTP operations.
MimeHeaders This class is build on top of the StringMap class and provides added methods that are of help when manipulating MIME headers.
 

Package sunlabs.brazil.util.http Description

Utility classes for dealing with the HTTP protocol.

This package provides utility classes for dealing with the HTTP protocol. It is used internally by the server package, These utilities are made publicly available for use in those circumstances where direct manipulation of the http protocol is desired.


Version 2.1, Generated 12/30/04
Copyright (c) 2001-2004, Sun Microsystems.