| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications ( RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can can be easily created or supported. |
| org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. |
| org.apache.commons.httpclient.contrib.auth | |
| org.apache.commons.httpclient.contrib.benchmark | |
| org.apache.commons.httpclient.contrib.methods.multipart | |
| org.apache.commons.httpclient.contrib.proxy | |
| org.apache.commons.httpclient.contrib.ssl | |
| org.apache.commons.httpclient.contrib.utils | |
| org.apache.commons.httpclient.cookie | Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie . |
| org.apache.commons.httpclient.methods | Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods. |
| org.apache.commons.httpclient.methods.multipart | Provides Multipart support classes for the org.apache.commons.httpclient.methods.MultipartPostMethod . |
| org.apache.commons.httpclient.params | HttpClient preferences framework. |
| org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. |
| org.apache.commons.httpclient.server | |
| org.apache.commons.httpclient.ssl | |
| org.apache.commons.httpclient.util | Provides some utility classes for use by HttpClient. |