sunlabs.brazil.util.http |
|
Java Source File Name | Type | Comment |
HttpInputStream.java | Class | This class is an input stream that provides added methods that are
of help when reading the result of an HTTP request. |
HttpRequest.java | Class | Sends an HTTP request to some target host and gets the answer back.
Similar to the URLConnection class.
Caches connections to hosts, and reuses them if possible. |
HttpSocket.java | Class | This class is used as the bag of information kept about a open, idle
socket. |
HttpSocketPool.java | Interface | This interface represents a cache of idle sockets. |
HttpUtil.java | Class | The HttpUtil class contains methods for performing simple
HTTP operations. |
MimeHeaders.java | Class | This class is build on top of the StringMap class and
provides added methods that are of help when manipulating MIME headers. |