Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Exceptions
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MethodRetryHandler
    use HttpMethodRetryHandler
  • Deprecated Classes
    Class
    Description
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.AuthSchemeBase
    No longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthRealm
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.DefaultMethodRetryHandler
    use DefaultHttpMethodRetryHandler
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConstants
    use EncodingUtil class
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.MultipartPostMethod
    Use MultipartRequestEntity in conjunction with PostMethod instead.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.util.DateParser
    Use DateUtil
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.util.URIUtil.Coder
    use edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.net.URLCodec
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.LogSource
    Use LogFactory instead - The default factory implementation performs exactly the same algorithm as this class did
  • Deprecated Exceptions
    Exceptions
    Description
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpRecoverableException
    no longer used
  • Deprecated Fields
    Field
    Description
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG
    use GeneralPurposeBit.UFT8_NAMES_FLAG instead
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.COMPATIBILITY
    Use CookiePolicy.BROWSER_COMPATIBILITY
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.NETSCAPE_DRAFT
    Use CookiePolicy.NETSCAPE
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.RFC2109
    Use CookiePolicy.RFC_2109
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.RFC2965
    Use CookiePolicy.RFC_2965
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.PREEMPTIVE_DEFAULT
    This field and feature will be removed following HttpClient 3.0.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.PREEMPTIVE_PROPERTY
    This field and feature will be removed following HttpClient 3.0.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpsURL._default_port
    Use HttpsURL.DEFAULT_PORT instead. This one doesn't conform to the project naming conventions.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpsURL._default_scheme
    Use HttpsURL.DEFAULT_SCHEME instead. This one doesn't conform to the project naming conventions.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpURL._default_port
    Use HttpURL.DEFAULT_PORT instead. This one doesn't conform to the project naming conventions.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpURL._default_scheme
    Use HttpURL.DEFAULT_SCHEME instead. This one doesn't conform to the project naming conventions.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.CONTENT_LENGTH_AUTO
    Use InputStreamRequestEntity.CONTENT_LENGTH_AUTO.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.CONTENT_LENGTH_CHUNKED
    Use EntityEnclosingMethod.setContentChunked(boolean).
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.multipart.Part.BOUNDARY
    use HttpMethodParams.MULTIPART_BOUNDARY
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.multipart.Part.BOUNDARY_BYTES
     
  • Deprecated Methods
    Method
    Description
    edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.javaCommand()
    edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.javaHome()
    edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.MapToString(Map)
    use mapToString(map)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.language.Soundex.getMaxLength()
    This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.language.Soundex.setMaxLength(int)
    This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.net.URLCodec.getEncoding()
    use #getDefaultCharset()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.ArchiveInputStream.getCount()
    this method may yield wrong results for large archives, use #getBytesRead instead
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.ArchiveOutputStream.getCount()
    this method may yield wrong results for large archives, use #getBytesWritten instead
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.dump.DumpArchiveInputStream.getCount()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.jar.JarArchiveEntry.getCertificates()
    since 1.5, not currently implemented
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.jar.JarArchiveEntry.getManifestAttributes()
    since 1.5, do not use; always returns null
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry.getCrc()
    use getCrcValue instead.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry.setCrc(int)
    use setCrcValue instead.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.getCount()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.compressors.CompressorInputStream.getCount()
    this method may yield wrong results for large archives, use #getBytesRead instead
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.AuthScheme.authenticate(Credentials, String, String)
    Use AuthScheme.authenticate(Credentials, HttpMethod) Produces an authorization string for the given set of Credentials, method name and URI using the given authentication scheme in response to the actual authorization challenge.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.AuthScheme.getID()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.BasicScheme.authenticate(Credentials, String, String)
    Use BasicScheme.authenticate(Credentials, HttpMethod)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.BasicScheme.authenticate(UsernamePasswordCredentials)
    Use BasicScheme.authenticate(UsernamePasswordCredentials, String) Returns a basic Authorization header value for the given UsernamePasswordCredentials.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.DigestScheme.authenticate(Credentials, String, String)
    Use DigestScheme.authenticate(Credentials, HttpMethod)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.DigestScheme.getID()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator.authenticate(AuthScheme, HttpMethod, HttpConnection, HttpState)
    use AuthScheme
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateDefault(HttpMethod, HttpConnection, HttpState)
    use AuthScheme
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpConnection, HttpState)
    use AuthScheme
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator.authenticateProxyDefault(HttpMethod, HttpConnection, HttpState)
    use AuthScheme
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(Header[])
    Use AuthChallengeParser.parseChallenges(Header[]) and AuthPolicy.getAuthScheme(String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.NTLMScheme.authenticate(Credentials, String, String)
    Use NTLMScheme.authenticate(Credentials, HttpMethod)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTCredentials, String)
    Use non-static NTLMScheme.authenticate(Credentials, HttpMethod)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTCredentials, String, String)
    Use non-static NTLMScheme.authenticate(Credentials, HttpMethod)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.NTLMScheme.getID()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.RFC2617Scheme.getID()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.getCompatibilitySpec()
    Use CookiePolicy.getCookieSpec(String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.getDefaultPolicy()
    Use CookiePolicy.getDefaultSpec()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.getSpecByPolicy(int)
    Use CookiePolicy.getCookieSpec(String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.getSpecByVersion(int)
    Use CookiePolicy.getCookieSpec(String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.cookie.CookiePolicy.setDefaultPolicy(int)
    Use CookiePolicy.registerCookieSpec(String, Class)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Header.getValues()
    Use #getElements
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HeaderElement.parse(String)
    Use #parseElements(String).
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HostConfiguration.getVirtualHost()
    use HostParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HostConfiguration.isHostSet()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HostConfiguration.isProxySet()
    no longer used
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HostConfiguration.setHost(String, String, int, Protocol)
    #setHost(String, int, Protocol)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.getHost()
    use #getHostConfiguration()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.getPort()
    use #getHostConfiguration()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.isStrictMode()
    Use DefaultHttpParams.getParameter(String) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.setConnectionTimeout(int)
    Use HttpConnectionParams.setConnectionTimeout(int), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.setHttpConnectionFactoryTimeout(long)
    Use HttpClientParams.setConnectionManagerTimeout(long), HttpClient.getParams()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.setStrictMode(boolean)
    Use DefaultHttpParams.setParameter(String, Object) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.setTimeout(int)
    Use HttpConnectionParams.setSoTimeout(int), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.getSoTimeout()
    Use HttpConnectionParams.getSoTimeout(), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.getVirtualHost()
    no longer applicable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.isStaleCheckingEnabled()
    Use HttpConnectionParams.isStaleCheckingEnabled(), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.print(String)
    Use HttpConnection.print(String, String) Writes the specified String (as bytes) to the output stream.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.printLine(String)
    Use HttpConnection.printLine(String, String) Writes the specified String (as bytes), followed by "\r\n".getBytes() to the output stream.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.readLine()
    use #readLine(String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.setConnectionTimeout(int)
    Use HttpConnectionParams.setConnectionTimeout(int), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.setSendBufferSize(int)
    Use HttpConnectionParams.setSendBufferSize(int), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.setSoTimeout(int)
    Use HttpConnectionParams.setSoTimeout(int), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.setStaleCheckingEnabled(boolean)
    Use HttpConnectionParams.setStaleCheckingEnabled(boolean), HttpConnection.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.setVirtualHost(String)
    no longer applicable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.shutdownOutput()
    unused
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnectionManager.getConnection(HostConfiguration, long)
    Use #getConnectionWithTimeout(HostConfiguration, long)
    edu.internet2.middleware.grouperInstallerExt.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.
    edu.internet2.middleware.grouperInstallerExt.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.
    edu.internet2.middleware.grouperInstallerExt.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.
    edu.internet2.middleware.grouperInstallerExt.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.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethod.getHostConfiguration()
    no longer applicable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethod.isStrictMode()
    Use HttpParams.setParameter(String, Object) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethod.setStrictMode(boolean)
    Use HttpParams.setParameter(String, Object) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.getAuthenticationRealm()
    use #getHostAuthState()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.getHostConfiguration()
    no longer applicable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.getMethodRetryHandler()
    use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.getProxyAuthenticationRealm()
    use #getProxyAuthState()
    edu.internet2.middleware.grouperInstallerExt.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.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.isHttp11()
    Use HttpMethodParams.getVersion()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.isStrictMode()
    Use HttpParams.setParameter(String, Object) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.setHostConfiguration(HostConfiguration)
    no longer applicable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.setHttp11(boolean)
    Use HttpMethodParams.setVersion(HttpVersion)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.setMethodRetryHandler(MethodRetryHandler)
    use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodBase.setStrictMode(boolean)
    Use HttpParams.setParameter(String, Object) to exercise a more granular control over HTTP protocol strictness.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpParser.parseHeaders(InputStream)
    use #parseHeaders(InputStream, String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpParser.readLine(InputStream)
    use #readLine(InputStream, String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.getCookiePolicy()
    Use HttpMethodParams.getCookiePolicy(), HttpMethod.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean)
    use CookieSpec#match(String, int, String, boolean, Cookie)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.getCredentials(String, String)
    use #getCredentials(AuthScope)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.getProxyCredentials(String, String)
    use #getProxyCredentials(AuthScope)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.isAuthenticationPreemptive()
    Use HttpClientParams.isAuthenticationPreemptive(), HttpClient.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.setAuthenticationPreemptive(boolean)
    Use HttpClientParams.setAuthenticationPreemptive(boolean), HttpClient.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.setCookiePolicy(int)
    Use HttpMethodParams.setCookiePolicy(String), HttpMethod.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.setCredentials(String, String, Credentials)
    use #setCredentials(AuthScope, Credentials)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpState.setProxyCredentials(String, String, Credentials)
    use #setProxyCredentials(AuthScope, Credentials)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(InputStream)
    use EntityEnclosingMethod.setRequestEntity(RequestEntity)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(String)
    use EntityEnclosingMethod.setRequestEntity(RequestEntity)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(int)
    Use EntityEnclosingMethod.setContentChunked(boolean) or EntityEnclosingMethod.setRequestEntity(RequestEntity)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(long)
    Use EntityEnclosingMethod.setContentChunked(boolean) or EntityEnclosingMethod.setRequestEntity(RequestEntity)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.ExpectContinueMethod.getUseExpectHeader()
    Use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.ExpectContinueMethod.setUseExpectHeader(boolean)
    Use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.GetMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.HeadMethod.getBodyCheckTimeout()
    Use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.HeadMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.HeadMethod.setBodyCheckTimeout(int)
    Use HttpMethodParams
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.multipart.Part.getBoundary()
    uses a constant string. Rather use Part.getPartBoundary()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.MultipartPostMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.OptionsMethod.needContentLength()
    only entity enclosing methods set content length header
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.TraceMethod.recycle()
    no longer supported and will be removed in the future version of HttpClient
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnection(HostConfiguration, long)
    Use #getConnectionWithTimeout(HostConfiguration, long)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionsInUse()
    Use MultiThreadedHttpConnectionManager.getConnectionsInPool()
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionsInUse(HostConfiguration)
    Use MultiThreadedHttpConnectionManager.getConnectionsInPool(HostConfiguration)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getMaxConnectionsPerHost()
    Use HttpConnectionManagerParams.getDefaultMaxConnectionsPerHost(), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getMaxTotalConnections()
    Use HttpConnectionManagerParams.getMaxTotalConnections(), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.isConnectionStaleCheckingEnabled()
    Use HttpConnectionParams.isStaleCheckingEnabled(), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setConnectionStaleCheckingEnabled(boolean)
    Use HttpConnectionParams.setStaleCheckingEnabled(boolean), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setMaxConnectionsPerHost(int)
    Use HttpConnectionManagerParams.setDefaultMaxConnectionsPerHost(int), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.setMaxTotalConnections(int)
    Use HttpConnectionManagerParams.setMaxTotalConnections(int), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.NTCredentials.setDomain(String)
    Do not use. The NTCredentials objects should be immutable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.NTCredentials.setHost(String)
    Do not use. The NTCredentials objects should be immutable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.SimpleHttpConnectionManager.getConnection(HostConfiguration, long)
    Use #getConnectionWithTimeout(HostConfiguration, long)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.SimpleHttpConnectionManager.isConnectionStaleCheckingEnabled()
    Use HttpConnectionParams.isStaleCheckingEnabled(), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.SimpleHttpConnectionManager.setConnectionStaleCheckingEnabled(boolean)
    Use HttpConnectionParams.setStaleCheckingEnabled(boolean), HttpConnectionManager.getParams().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URIException.getReason()
    You should instead call Throwable.getMessage().
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URIException.setReason(String)
    Callers should instead set this via a parameter to the constructor.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URIException.setReasonCode(int)
    Callers should set the reason code as a parameter to the constructor.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.UsernamePasswordCredentials.setPassword(String)
    Do not use. The UsernamePasswordCredentials objects should be immutable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.UsernamePasswordCredentials.setUserName(String)
    Do not use. The UsernamePasswordCredentials objects should be immutable
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.util.URIUtil.Coder.decode(char[], String)
    use edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.net.URLCodec
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.util.URIUtil.Coder.encode(String, BitSet, String)
    use edu.internet2.middleware.grouperInstallerExt.org.apache.commons.codec.net.URLCodec
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.impl.LogFactoryImpl.getLogClassName()
    Never invoked by this class; subclasses should not assume it will be.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor()
    Never invoked by this class; subclasses should not assume it will be.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.impl.LogFactoryImpl.isJdk13LumberjackAvailable()
    Never invoked by this class; subclasses should not assume it will be.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.impl.LogFactoryImpl.isJdk14Available()
    Never invoked by this class; subclasses should not assume it will be.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.logging.impl.LogFactoryImpl.isLog4JAvailable()
    Never invoked by this class; subclasses should not assume it will be.
  • Deprecated Constructors
    Constructor
    Description
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.AuthSchemeBase(String)
    Use parameterless constructor and AuthScheme.processChallenge(String) method
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.BasicScheme(String)
    Use parameterless constructor and AuthScheme.processChallenge(String) method
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.DigestScheme(String)
    Use parameterless constructor and AuthScheme.processChallenge(String) method
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.auth.RFC2617Scheme(String)
    Use parameterless constructor and AuthScheme.processChallenge(String) method
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.ConnectMethod()
    use #ConnectMethod(HttpHost); Create a connect method.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.ConnectMethod(HttpMethod)
    the wrapped method is no longer used Create a connect method wrapping the existing method
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.ContentLengthInputStream(InputStream, int)
    use ContentLengthInputStream(InputStream, long) Creates a new length limited stream
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection(String, int, String, String, int, Protocol)
    use #HttpConnection(String, int, String, int, Protocol)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.methods.StringRequestEntity(String)
    use StringRequestEntity(String, String, String) instead
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.NTCredentials()
    Do not use. Null user name, domain & host no longer allowed
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.protocol.Protocol(String, SecureProtocolSocketFactory, int)
    Use the constructor that uses ProtocolSocketFactory, this version of the constructor is only kept for backwards API compatibility.
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URI(char[])
    Use #URI(String, boolean)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URI(char[], String)
    Use #URI(String, boolean, String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URI(URI, String)
    Use #URI(URI, String, boolean)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URI(String)
    Use #URI(String, boolean)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.URI(String, String)
    Use #URI(String, boolean, String)
    edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.UsernamePasswordCredentials()
    Do not use. Null user name no longer allowed
  • Deprecated Enum Constants
    Enum Constant
    Description
    edu.internet2.middleware.grouperInstaller.GrouperInstaller.GrouperInstallerMainFunction.install

Copyright © 2016 Internet2. All rights reserved.