Library
Apache Jakarta Commons HttpClient version 3.0.1
Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. The Jakarta Commons HttpClient component seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.httpclient

Classes and interfaces supporting the client side of the HTTP protocol.

org.apache.commons.httpclient.authProvides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests.
org.apache.commons.httpclient.contrib.methods.multipartNo description provided.
org.apache.commons.httpclient.contrib.proxyNo description provided.
org.apache.commons.httpclient.contrib.sslNo description provided.
org.apache.commons.httpclient.contrib.utilsNo description provided.
org.apache.commons.httpclient.cookieProvides cookie handling in conjunction with Cookie .
org.apache.commons.httpclient.methodsClasses implementing HttpMethod for the base HTTP methods.
org.apache.commons.httpclient.methods.multipartProvides Multipart support classes for the MultipartPostMethod .
org.apache.commons.httpclient.paramsHttpClient preferences framework.
org.apache.commons.httpclient.protocolProvides protocol specific socket factory handling.
org.apache.commons.httpclient.utilProvides some utility classes for use by HttpClient.
Search