org.apache.commons.httpclient.auth.HttpAuthenticator.authenticate(AuthScheme, HttpMethod, HttpConnection, HttpState)
use AuthScheme
|
org.apache.commons.httpclient.auth.DigestScheme.authenticate(Credentials, String, String)
|
org.apache.commons.httpclient.auth.NTLMScheme.authenticate(Credentials, String, String)
|
org.apache.commons.httpclient.auth.AuthScheme.authenticate(Credentials, String, String)
|
org.apache.commons.httpclient.auth.BasicScheme.authenticate(Credentials, String, String)
|
org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTCredentials, String)
|
org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTCredentials, String, String)
|
org.apache.commons.httpclient.auth.BasicScheme.authenticate(UsernamePasswordCredentials)
|
org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateDefault(HttpMethod, HttpConnection, HttpState)
use AuthScheme
|
org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpConnection, HttpState)
use AuthScheme
|
org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateProxyDefault(HttpMethod, HttpConnection, HttpState)
use AuthScheme
|
org.apache.commons.httpclient.util.URIUtil.Coder.decode(char[], String)
use org.apache.commons.codec.net.URLCodec
|
org.apache.commons.httpclient.util.URIUtil.Coder.encode(String, BitSet, String)
use org.apache.commons.codec.net.URLCodec
|
org.apache.commons.httpclient.HttpMethodBase.getAuthenticationRealm()
use #getHostAuthState()
|
org.apache.commons.httpclient.methods.HeadMethod.getBodyCheckTimeout()
|
org.apache.commons.httpclient.methods.multipart.Part.getBoundary()
|
org.apache.commons.httpclient.cookie.CookiePolicy.getCompatibilitySpec()
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnection(HostConfiguration, long)
Use #getConnectionWithTimeout(HostConfiguration, long)
|
org.apache.commons.httpclient.HttpConnectionManager.getConnection(HostConfiguration, long)
Use #getConnectionWithTimeout(HostConfiguration, long)
|
org.apache.commons.httpclient.SimpleHttpConnectionManager.getConnection(HostConfiguration, long)
Use #getConnectionWithTimeout(HostConfiguration, long)
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionsInUse()
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionsInUse(HostConfiguration)
|
org.apache.commons.httpclient.HttpState.getCookiePolicy()
|
org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean)
use CookieSpec#match(String, int, String, boolean, Cookie)
|
org.apache.commons.httpclient.HttpState.getCredentials(String, String)
use #getCredentials(AuthScope)
|
org.apache.commons.httpclient.cookie.CookiePolicy.getDefaultPolicy()
|
org.apache.commons.httpclient.HttpClient.getHost()
use #getHostConfiguration()
|
org.apache.commons.httpclient.HttpMethodBase.getHostConfiguration()
no longer applicable
|
org.apache.commons.httpclient.HttpMethod.getHostConfiguration()
no longer applicable
|
org.apache.commons.httpclient.auth.DigestScheme.getID()
no longer used
|
org.apache.commons.httpclient.auth.NTLMScheme.getID()
no longer used
|
org.apache.commons.httpclient.auth.AuthScheme.getID()
no longer used
|
org.apache.commons.httpclient.auth.RFC2617Scheme.getID()
no longer used
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getMaxConnectionsPerHost()
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getMaxTotalConnections()
|
org.apache.commons.httpclient.HttpMethodBase.getMethodRetryHandler()
|
org.apache.commons.httpclient.HttpClient.getPort()
use #getHostConfiguration()
|
org.apache.commons.httpclient.HttpMethodBase.getProxyAuthenticationRealm()
use #getProxyAuthState()
|
org.apache.commons.httpclient.HttpState.getProxyCredentials(String, String)
use #getProxyCredentials(AuthScope)
|
org.apache.commons.httpclient.URIException.getReason()
You should instead call Throwable.getMessage() .
|
org.apache.commons.httpclient.HttpException.getReason()
HttpClient no longer uses this for itself. It is only
provided for compatibility with existing clients, and will be removed
in a future release.
|
org.apache.commons.httpclient.HttpException.getReasonCode()
HttpClient no longer uses this for itself. It is only
provided for compatibility with existing clients, and will be removed
in a future release.
|
org.apache.commons.httpclient.HttpMethodBase.getRecoverableExceptionCount()
no longer used
Returns the number of "recoverable" exceptions thrown and handled, to
allow for monitoring the quality of the connection.
|
org.apache.commons.httpclient.HttpConnection.getSoTimeout()
|
org.apache.commons.httpclient.cookie.CookiePolicy.getSpecByPolicy(int)
|
org.apache.commons.httpclient.cookie.CookiePolicy.getSpecByVersion(int)
|
org.apache.commons.httpclient.methods.ExpectContinueMethod.getUseExpectHeader()
|
org.apache.commons.httpclient.Header.getValues()
Use #getElements
|
org.apache.commons.httpclient.HostConfiguration.getVirtualHost()
use HostParams
|
org.apache.commons.httpclient.HttpConnection.getVirtualHost()
no longer applicable
|
org.apache.commons.httpclient.HttpState.isAuthenticationPreemptive()
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.isConnectionStaleCheckingEnabled()
|
org.apache.commons.httpclient.SimpleHttpConnectionManager.isConnectionStaleCheckingEnabled()
|
org.apache.commons.httpclient.HostConfiguration.isHostSet()
no longer used
|
org.apache.commons.httpclient.HttpMethodBase.isHttp11()
|
org.apache.commons.httpclient.HostConfiguration.isProxySet()
no longer used
|
org.apache.commons.httpclient.HttpConnection.isStaleCheckingEnabled()
|
org.apache.commons.httpclient.HttpMethodBase.isStrictMode()
|
org.apache.commons.httpclient.HttpMethod.isStrictMode()
|
org.apache.commons.httpclient.HttpClient.isStrictMode()
|
org.apache.commons.httpclient.methods.OptionsMethod.needContentLength()
only entity enclosing methods set content length header
|
org.apache.commons.httpclient.HeaderElement.parse(String)
Use #parseElements(String).
|
org.apache.commons.httpclient.HttpParser.parseHeaders(InputStream)
use #parseHeaders(InputStream, String)
|
org.apache.commons.httpclient.HttpConnection.print(String)
|
org.apache.commons.httpclient.HttpConnection.printLine(String)
|
org.apache.commons.httpclient.HttpConnection.readLine()
use #readLine(String)
|
org.apache.commons.httpclient.HttpParser.readLine(InputStream)
use #readLine(InputStream, String)
|
org.apache.commons.httpclient.HttpMethodBase.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.HttpMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.methods.HeadMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.methods.TraceMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.methods.GetMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.methods.MultipartPostMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.methods.EntityEnclosingMethod.recycle()
no longer supported and will be removed in the future
version of HttpClient
|
org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(Header[])
|
org.apache.commons.httpclient.HttpState.setAuthenticationPreemptive(boolean)
|
org.apache.commons.httpclient.methods.HeadMethod.setBodyCheckTimeout(int)
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setConnectionStaleCheckingEnabled(boolean)
|
org.apache.commons.httpclient.SimpleHttpConnectionManager.setConnectionStaleCheckingEnabled(boolean)
|
org.apache.commons.httpclient.HttpConnection.setConnectionTimeout(int)
|
org.apache.commons.httpclient.HttpClient.setConnectionTimeout(int)
|
org.apache.commons.httpclient.HttpState.setCookiePolicy(int)
|
org.apache.commons.httpclient.HttpState.setCredentials(String, String, Credentials)
use #setCredentials(AuthScope, Credentials)
|
org.apache.commons.httpclient.cookie.CookiePolicy.setDefaultPolicy(int)
|
org.apache.commons.httpclient.NTCredentials.setDomain(String)
Do not use. The NTCredentials objects should be immutable
|
org.apache.commons.httpclient.NTCredentials.setHost(String)
Do not use. The NTCredentials objects should be immutable
|
org.apache.commons.httpclient.HostConfiguration.setHost(String, String, int, Protocol)
#setHost(String, int, Protocol)
|
org.apache.commons.httpclient.HttpMethodBase.setHostConfiguration(HostConfiguration)
no longer applicable
|
org.apache.commons.httpclient.HttpMethodBase.setHttp11(boolean)
|
org.apache.commons.httpclient.HttpClient.setHttpConnectionFactoryTimeout(long)
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setMaxConnectionsPerHost(int)
|
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setMaxTotalConnections(int)
|
org.apache.commons.httpclient.HttpMethodBase.setMethodRetryHandler(MethodRetryHandler)
|
org.apache.commons.httpclient.UsernamePasswordCredentials.setPassword(String)
Do not use. The UsernamePasswordCredentials objects should be immutable
|
org.apache.commons.httpclient.HttpState.setProxyCredentials(String, String, Credentials)
use #setProxyCredentials(AuthScope, Credentials)
|
org.apache.commons.httpclient.URIException.setReason(String)
Callers should instead set this via a parameter to the constructor.
|
org.apache.commons.httpclient.HttpException.setReason(String)
HttpClient no longer uses this for itself. It is only
provided for compatibility with existing clients, and will be removed
in a future release.
|
org.apache.commons.httpclient.URIException.setReasonCode(int)
Callers should set the reason code as a parameter to the
constructor.
|
org.apache.commons.httpclient.HttpException.setReasonCode(int)
HttpClient no longer uses this for itself. It is only
provided for compatibility with existing clients, and will be removed
in a future release.
|
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(InputStream)
|
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(String)
|
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(int)
|
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(long)
|
org.apache.commons.httpclient.HttpConnection.setSendBufferSize(int)
|
org.apache.commons.httpclient.HttpConnection.setSoTimeout(int)
|
org.apache.commons.httpclient.HttpConnection.setStaleCheckingEnabled(boolean)
|
org.apache.commons.httpclient.HttpMethodBase.setStrictMode(boolean)
|
org.apache.commons.httpclient.HttpMethod.setStrictMode(boolean)
|
org.apache.commons.httpclient.HttpClient.setStrictMode(boolean)
|
org.apache.commons.httpclient.HttpClient.setTimeout(int)
|
org.apache.commons.httpclient.methods.ExpectContinueMethod.setUseExpectHeader(boolean)
|
org.apache.commons.httpclient.UsernamePasswordCredentials.setUserName(String)
Do not use. The UsernamePasswordCredentials objects should be immutable
|
org.apache.commons.httpclient.HttpConnection.setVirtualHost(String)
no longer applicable
|
org.apache.commons.httpclient.HttpConnection.shutdownOutput()
unused
|