| Interface | Description |
|---|---|
| org.apache.commons.httpclient.MethodRetryHandler |
| Class | Description |
|---|---|
| org.apache.commons.httpclient.auth.AuthSchemeBase |
No longer used
|
| org.apache.commons.httpclient.util.DateParser |
Use
DateUtil |
| org.apache.commons.httpclient.DefaultMethodRetryHandler | |
| org.apache.commons.httpclient.auth.HttpAuthenticator |
no longer used
|
| org.apache.commons.httpclient.auth.HttpAuthRealm |
no longer used
|
| org.apache.commons.httpclient.HttpConstants |
use EncodingUtil class
|
| org.apache.commons.httpclient.methods.MultipartPostMethod |
Use
MultipartRequestEntity
in conjunction with PostMethod instead. |
| org.apache.commons.httpclient.util.URIUtil.Coder |
use org.apache.commons.codec.net.URLCodec
|
| Exceptions | Description |
|---|---|
| org.apache.commons.httpclient.HttpRecoverableException |
no longer used
|
Copyright (c) 1999-2005 - Apache Software Foundation