Clirr Results

The following document contains the results of Clirr.

  • Current Version: 4.2
  • Comparison Version: 4.1

Summary

SeverityNumber
Error Error12
Warning Warning0
Info Info144

Details

SeverityMessageClassMethod / Field
ErrorClass org.apache.http.annotation.GuardedBy removedorg.apache.http.annotation.GuardedBy
ErrorClass org.apache.http.annotation.Immutable removedorg.apache.http.annotation.Immutable
ErrorClass org.apache.http.annotation.NotThreadSafe removedorg.apache.http.annotation.NotThreadSafe
ErrorClass org.apache.http.annotation.ThreadSafe removedorg.apache.http.annotation.ThreadSafe
ErrorField CONNECTION_MANAGER_FACTORY has been removed, but it was previously a constantorg.apache.http.client.params.ClientPNamesCONNECTION_MANAGER_FACTORY
ErrorMethod 'public void setConnectionManagerFactory(org.apache.http.conn.ClientConnectionManagerFactory)' has been removedorg.apache.http.client.params.ClientParamBeanpublic void setConnectionManagerFactory(org.apache.http.conn.ClientConnectionManagerFactory)
ErrorMethod 'public void setAuthSchemePref(java.util.List)' has been removedorg.apache.http.client.protocol.ClientContextConfigurerpublic void setAuthSchemePref(java.util.List)
ErrorRemoved org.apache.http.impl.conn.tsccm.RefQueueHandler from the set of implemented interfacesorg.apache.http.impl.conn.tsccm.AbstractConnPool
ErrorRemoved org.apache.http.impl.conn.tsccm.RefQueueHandler from the set of implemented interfacesorg.apache.http.impl.conn.tsccm.ConnPoolByRoute
ErrorClass org.apache.http.impl.conn.tsccm.RefQueueHandler removedorg.apache.http.impl.conn.tsccm.RefQueueHandler
ErrorClass org.apache.http.impl.conn.tsccm.RefQueueWorker removedorg.apache.http.impl.conn.tsccm.RefQueueWorker
ErrorRemoved field DATE_PATTERNSorg.apache.http.impl.cookie.BrowserCompatSpecDATE_PATTERNS
InfoClass org.apache.http.auth.AuthOption addedorg.apache.http.auth.AuthOption
InfoClass org.apache.http.auth.AuthProtocolState addedorg.apache.http.auth.AuthProtocolState
InfoMethod 'public AuthScope(org.apache.http.HttpHost, java.lang.String, java.lang.String)' has been addedorg.apache.http.auth.AuthScopepublic AuthScope(org.apache.http.HttpHost, java.lang.String, java.lang.String)
InfoMethod 'public AuthScope(org.apache.http.HttpHost)' has been addedorg.apache.http.auth.AuthScopepublic AuthScope(org.apache.http.HttpHost)
InfoMethod 'public java.util.Queue getAuthOptions()' has been addedorg.apache.http.auth.AuthStatepublic java.util.Queue getAuthOptions()
InfoMethod 'public org.apache.http.auth.AuthScope getAuthScope()' has been deprecatedorg.apache.http.auth.AuthStatepublic org.apache.http.auth.AuthScope getAuthScope()
InfoMethod 'public org.apache.http.auth.AuthProtocolState getState()' has been addedorg.apache.http.auth.AuthStatepublic org.apache.http.auth.AuthProtocolState getState()
InfoMethod 'public boolean hasAuthOptions()' has been addedorg.apache.http.auth.AuthStatepublic boolean hasAuthOptions()
InfoMethod 'public void invalidate()' has been deprecatedorg.apache.http.auth.AuthStatepublic void invalidate()
InfoMethod 'public boolean isValid()' has been deprecatedorg.apache.http.auth.AuthStatepublic boolean isValid()
InfoMethod 'public void reset()' has been addedorg.apache.http.auth.AuthStatepublic void reset()
InfoMethod 'public void setAuthScheme(org.apache.http.auth.AuthScheme)' has been deprecatedorg.apache.http.auth.AuthStatepublic void setAuthScheme(org.apache.http.auth.AuthScheme)
InfoMethod 'public void setAuthScope(org.apache.http.auth.AuthScope)' has been deprecatedorg.apache.http.auth.AuthStatepublic void setAuthScope(org.apache.http.auth.AuthScope)
InfoMethod 'public void setCredentials(org.apache.http.auth.Credentials)' has been deprecatedorg.apache.http.auth.AuthStatepublic void setCredentials(org.apache.http.auth.Credentials)
InfoMethod 'public void setState(org.apache.http.auth.AuthProtocolState)' has been addedorg.apache.http.auth.AuthStatepublic void setState(org.apache.http.auth.AuthProtocolState)
InfoMethod 'public void update(org.apache.http.auth.AuthScheme, org.apache.http.auth.Credentials)' has been addedorg.apache.http.auth.AuthStatepublic void update(org.apache.http.auth.AuthScheme, org.apache.http.auth.Credentials)
InfoMethod 'public void update(java.util.Queue)' has been addedorg.apache.http.auth.AuthStatepublic void update(java.util.Queue)
InfoClass org.apache.http.auth.ChallengeState addedorg.apache.http.auth.ChallengeState
InfoClass org.apache.http.client.AuthenticationStrategy addedorg.apache.http.client.AuthenticationStrategy
InfoClass org.apache.http.client.BackoffManager addedorg.apache.http.client.BackoffManager
InfoClass org.apache.http.client.ConnectionBackoffStrategy addedorg.apache.http.client.ConnectionBackoffStrategy
InfoClass org.apache.http.client.ServiceUnavailableRetryStrategy addedorg.apache.http.client.ServiceUnavailableRetryStrategy
InfoMethod 'public java.io.InputStream getContent()' has been removed, but an inherited definition exists.org.apache.http.client.entity.DeflateDecompressingEntitypublic java.io.InputStream getContent()
InfoMethod 'public java.io.InputStream getContent()' has been removed, but an inherited definition exists.org.apache.http.client.entity.GzipDecompressingEntitypublic java.io.InputStream getContent()
InfoMethod 'public UrlEncodedFormEntity(java.lang.Iterable, java.nio.charset.Charset)' has been addedorg.apache.http.client.entity.UrlEncodedFormEntitypublic UrlEncodedFormEntity(java.lang.Iterable, java.nio.charset.Charset)
InfoMethod 'public UrlEncodedFormEntity(java.lang.Iterable)' has been addedorg.apache.http.client.entity.UrlEncodedFormEntitypublic UrlEncodedFormEntity(java.lang.Iterable)
InfoClass org.apache.http.client.methods.HttpPatch addedorg.apache.http.client.methods.HttpPatch
InfoMethod 'public void releaseConnection()' has been addedorg.apache.http.client.methods.HttpRequestBasepublic void releaseConnection()
InfoMethod 'public void reset()' has been addedorg.apache.http.client.methods.HttpRequestBasepublic void reset()
InfoAdded public field KERBEROSorg.apache.http.client.params.AuthPolicyKERBEROS
InfoAdded public field CONN_MANAGER_TIMEOUTorg.apache.http.client.params.ClientPNamesCONN_MANAGER_TIMEOUT
InfoMethod 'public void setConnectionManagerFactoryClassName(java.lang.String)' has been deprecatedorg.apache.http.client.params.ClientParamBeanpublic void setConnectionManagerFactoryClassName(java.lang.String)
InfoMethod 'public void setConnectionManagerTimeout(long)' has been addedorg.apache.http.client.params.ClientParamBeanpublic void setConnectionManagerTimeout(long)
InfoMethod 'public long getConnectionManagerTimeout(org.apache.http.params.HttpParams)' has been addedorg.apache.http.client.params.HttpClientParamspublic long getConnectionManagerTimeout(org.apache.http.params.HttpParams)
InfoMethod 'public void setConnectionManagerTimeout(org.apache.http.params.HttpParams, long)' has been addedorg.apache.http.client.params.HttpClientParamspublic void setConnectionManagerTimeout(org.apache.http.params.HttpParams, long)
InfoAdded org.apache.http.client.protocol.RequestAuthenticationBase to the list of superclassesorg.apache.http.client.protocol.RequestProxyAuthentication
InfoAdded org.apache.http.client.protocol.RequestAuthenticationBase to the list of superclassesorg.apache.http.client.protocol.RequestTargetAuthentication
InfoAdded public field UNCOMPRESSEDorg.apache.http.client.protocol.ResponseContentEncodingUNCOMPRESSED
InfoClass org.apache.http.client.utils.HttpClientUtils addedorg.apache.http.client.utils.HttpClientUtils
InfoClass org.apache.http.client.utils.URIBuilder addedorg.apache.http.client.utils.URIBuilder
InfoMethod 'public java.net.URI rewriteURI(java.net.URI)' has been addedorg.apache.http.client.utils.URIUtilspublic java.net.URI rewriteURI(java.net.URI)
InfoMethod 'public java.lang.String format(java.lang.Iterable, java.nio.charset.Charset)' has been addedorg.apache.http.client.utils.URLEncodedUtilspublic java.lang.String format(java.lang.Iterable, java.nio.charset.Charset)
InfoMethod 'public java.util.List parse(java.lang.String, java.nio.charset.Charset)' has been addedorg.apache.http.client.utils.URLEncodedUtilspublic java.util.List parse(java.lang.String, java.nio.charset.Charset)
InfoClass org.apache.http.conn.DnsResolver addedorg.apache.http.conn.DnsResolver
InfoClass org.apache.http.conn.HttpInetSocketAddress addedorg.apache.http.conn.HttpInetSocketAddress
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.conn.HttpRoutedConnection
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.conn.ManagedClientConnection
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.conn.OperatedClientConnection
InfoMethod 'public void setMaxStatusLineGarbage(int)' has been deprecatedorg.apache.http.conn.params.ConnConnectionParamBeanpublic void setMaxStatusLineGarbage(int)
InfoMethod 'public void setConnectionsPerRoute(org.apache.http.conn.params.ConnPerRouteBean)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamBeanpublic void setConnectionsPerRoute(org.apache.http.conn.params.ConnPerRouteBean)
InfoMethod 'public void setMaxTotalConnections(int)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamBeanpublic void setMaxTotalConnections(int)
InfoMethod 'public org.apache.http.conn.params.ConnPerRoute getMaxConnectionsPerRoute(org.apache.http.params.HttpParams)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamspublic org.apache.http.conn.params.ConnPerRoute getMaxConnectionsPerRoute(org.apache.http.params.HttpParams)
InfoMethod 'public int getMaxTotalConnections(org.apache.http.params.HttpParams)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamspublic int getMaxTotalConnections(org.apache.http.params.HttpParams)
InfoMethod 'public void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams, org.apache.http.conn.params.ConnPerRoute)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamspublic void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams, org.apache.http.conn.params.ConnPerRoute)
InfoMethod 'public void setMaxTotalConnections(org.apache.http.params.HttpParams, int)' is no longer deprecatedorg.apache.http.conn.params.ConnManagerParamspublic void setMaxTotalConnections(org.apache.http.params.HttpParams, int)
InfoMethod 'public int getDefaultMax()' is no longer deprecatedorg.apache.http.conn.params.ConnPerRouteBeanpublic int getDefaultMax()
InfoMethod 'public void reset()' has been addedorg.apache.http.conn.routing.RouteTrackerpublic void reset()
InfoClass org.apache.http.conn.scheme.SchemeLayeredSocketFactory addedorg.apache.http.conn.scheme.SchemeLayeredSocketFactory
InfoClass org.apache.http.conn.ssl.SSLInitializationException addedorg.apache.http.conn.ssl.SSLInitializationException
InfoAdded org.apache.http.conn.scheme.SchemeLayeredSocketFactory to the set of implemented interfacesorg.apache.http.conn.ssl.SSLSocketFactory
InfoIn method 'private SSLSocketFactory()' the number of arguments has changedorg.apache.http.conn.ssl.SSLSocketFactoryprivate SSLSocketFactory()
InfoAccessibility of method 'private SSLSocketFactory()' has been increased from private to publicorg.apache.http.conn.ssl.SSLSocketFactoryprivate SSLSocketFactory()
InfoMethod 'public java.net.Socket createLayeredSocket(java.net.Socket, java.lang.String, int, boolean)' has been deprecatedorg.apache.http.conn.ssl.SSLSocketFactorypublic java.net.Socket createLayeredSocket(java.net.Socket, java.lang.String, int, boolean)
InfoMethod 'public java.net.Socket createLayeredSocket(java.net.Socket, java.lang.String, int, org.apache.http.params.HttpParams)' has been addedorg.apache.http.conn.ssl.SSLSocketFactorypublic java.net.Socket createLayeredSocket(java.net.Socket, java.lang.String, int, org.apache.http.params.HttpParams)
InfoMethod 'public org.apache.http.conn.ssl.SSLSocketFactory getSystemSocketFactory()' has been addedorg.apache.http.conn.ssl.SSLSocketFactorypublic org.apache.http.conn.ssl.SSLSocketFactory getSystemSocketFactory()
InfoMethod 'protected void prepareSocket(javax.net.ssl.SSLSocket)' has been addedorg.apache.http.conn.ssl.SSLSocketFactoryprotected void prepareSocket(javax.net.ssl.SSLSocket)
InfoMethod 'public AuthSchemeBase(org.apache.http.auth.ChallengeState)' has been addedorg.apache.http.impl.auth.AuthSchemeBasepublic AuthSchemeBase(org.apache.http.auth.ChallengeState)
InfoMethod 'public org.apache.http.auth.ChallengeState getChallengeState()' has been addedorg.apache.http.impl.auth.AuthSchemeBasepublic org.apache.http.auth.ChallengeState getChallengeState()
InfoMethod 'public BasicScheme(org.apache.http.auth.ChallengeState)' has been addedorg.apache.http.impl.auth.BasicSchemepublic BasicScheme(org.apache.http.auth.ChallengeState)
InfoMethod 'public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)' has been deprecatedorg.apache.http.impl.auth.BasicSchemepublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)
InfoMethod 'public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)' has been addedorg.apache.http.impl.auth.BasicSchemepublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)
InfoMethod 'public DigestScheme(org.apache.http.auth.ChallengeState)' has been addedorg.apache.http.impl.auth.DigestSchemepublic DigestScheme(org.apache.http.auth.ChallengeState)
InfoMethod 'public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)' has been deprecatedorg.apache.http.impl.auth.DigestSchemepublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)
InfoMethod 'public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)' has been addedorg.apache.http.impl.auth.DigestSchemepublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)
InfoClass org.apache.http.impl.auth.GGSSchemeBase addedorg.apache.http.impl.auth.GGSSchemeBase
InfoClass org.apache.http.impl.auth.KerberosScheme addedorg.apache.http.impl.auth.KerberosScheme
InfoClass org.apache.http.impl.auth.KerberosSchemeFactory addedorg.apache.http.impl.auth.KerberosSchemeFactory
InfoAdded org.apache.http.impl.auth.GGSSchemeBase to the list of superclassesorg.apache.http.impl.auth.NegotiateScheme
InfoMethod 'public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)' is no longer deprecatedorg.apache.http.impl.auth.NegotiateSchemepublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest)
InfoMethod 'protected byte[] generateToken(byte[], java.lang.String)' has been addedorg.apache.http.impl.auth.NegotiateSchemeprotected byte[] generateToken(byte[], java.lang.String)
InfoMethod 'protected org.ietf.jgss.GSSManager getManager()' is now implemented in superclass org.apache.http.impl.auth.GGSSchemeBaseorg.apache.http.impl.auth.NegotiateSchemeprotected org.ietf.jgss.GSSManager getManager()
InfoMethod 'public boolean isComplete()' has been removed, but an inherited definition exists.org.apache.http.impl.auth.NegotiateSchemepublic boolean isComplete()
InfoMethod 'protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int)' has been removed, but an inherited definition exists.org.apache.http.impl.auth.NegotiateSchemeprotected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int)
InfoMethod 'public RFC2617Scheme(org.apache.http.auth.ChallengeState)' has been addedorg.apache.http.impl.auth.RFC2617Schemepublic RFC2617Scheme(org.apache.http.auth.ChallengeState)
InfoClass org.apache.http.impl.auth.SPNegoScheme addedorg.apache.http.impl.auth.SPNegoScheme
InfoClass org.apache.http.impl.auth.SPNegoSchemeFactory addedorg.apache.http.impl.auth.SPNegoSchemeFactory
InfoClass org.apache.http.impl.client.AIMDBackoffManager addedorg.apache.http.impl.client.AIMDBackoffManager
InfoMethod 'protected org.apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationHandler, org.apache.http.client.AuthenticationHandler, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationHandler, org.apache.http.client.AuthenticationHandler, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)
InfoMethod 'protected org.apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)' has been addedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)
InfoMethod 'protected org.apache.http.client.AuthenticationHandler createProxyAuthenticationHandler()' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.AuthenticationHandler createProxyAuthenticationHandler()
InfoMethod 'protected org.apache.http.client.AuthenticationStrategy createProxyAuthenticationStrategy()' has been addedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.AuthenticationStrategy createProxyAuthenticationStrategy()
InfoMethod 'protected org.apache.http.client.AuthenticationHandler createTargetAuthenticationHandler()' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.AuthenticationHandler createTargetAuthenticationHandler()
InfoMethod 'protected org.apache.http.client.AuthenticationStrategy createTargetAuthenticationStrategy()' has been addedorg.apache.http.impl.client.AbstractHttpClientprotected org.apache.http.client.AuthenticationStrategy createTargetAuthenticationStrategy()
InfoMethod 'public org.apache.http.client.BackoffManager getBackoffManager()' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.BackoffManager getBackoffManager()
InfoMethod 'public org.apache.http.client.ConnectionBackoffStrategy getConnectionBackoffStrategy()' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.ConnectionBackoffStrategy getConnectionBackoffStrategy()
InfoMethod 'public org.apache.http.client.AuthenticationHandler getProxyAuthenticationHandler()' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.AuthenticationHandler getProxyAuthenticationHandler()
InfoMethod 'public org.apache.http.client.AuthenticationStrategy getProxyAuthenticationStrategy()' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.AuthenticationStrategy getProxyAuthenticationStrategy()
InfoMethod 'public org.apache.http.client.AuthenticationHandler getTargetAuthenticationHandler()' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.AuthenticationHandler getTargetAuthenticationHandler()
InfoMethod 'public org.apache.http.client.AuthenticationStrategy getTargetAuthenticationStrategy()' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic org.apache.http.client.AuthenticationStrategy getTargetAuthenticationStrategy()
InfoMethod 'public void setBackoffManager(org.apache.http.client.BackoffManager)' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic void setBackoffManager(org.apache.http.client.BackoffManager)
InfoMethod 'public void setConnectionBackoffStrategy(org.apache.http.client.ConnectionBackoffStrategy)' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic void setConnectionBackoffStrategy(org.apache.http.client.ConnectionBackoffStrategy)
InfoMethod 'public void setProxyAuthenticationHandler(org.apache.http.client.AuthenticationHandler)' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientpublic void setProxyAuthenticationHandler(org.apache.http.client.AuthenticationHandler)
InfoMethod 'public void setProxyAuthenticationStrategy(org.apache.http.client.AuthenticationStrategy)' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic void setProxyAuthenticationStrategy(org.apache.http.client.AuthenticationStrategy)
InfoMethod 'public void setTargetAuthenticationHandler(org.apache.http.client.AuthenticationHandler)' has been deprecatedorg.apache.http.impl.client.AbstractHttpClientpublic void setTargetAuthenticationHandler(org.apache.http.client.AuthenticationHandler)
InfoMethod 'public void setTargetAuthenticationStrategy(org.apache.http.client.AuthenticationStrategy)' has been addedorg.apache.http.impl.client.AbstractHttpClientpublic void setTargetAuthenticationStrategy(org.apache.http.client.AuthenticationStrategy)
InfoClass org.apache.http.impl.client.AutoRetryHttpClient addedorg.apache.http.impl.client.AutoRetryHttpClient
InfoAdded org.apache.http.params.HttpParamsNames to the set of implemented interfacesorg.apache.http.impl.client.ClientParamsStack
InfoClass org.apache.http.impl.client.DecompressingHttpClient addedorg.apache.http.impl.client.DecompressingHttpClient
InfoClass org.apache.http.impl.client.DefaultBackoffStrategy addedorg.apache.http.impl.client.DefaultBackoffStrategy
InfoMethod 'protected boolean handleAsIdempotent(org.apache.http.HttpRequest)' has been addedorg.apache.http.impl.client.DefaultHttpRequestRetryHandlerprotected boolean handleAsIdempotent(org.apache.http.HttpRequest)
InfoMethod 'protected boolean requestIsAborted(org.apache.http.HttpRequest)' has been addedorg.apache.http.impl.client.DefaultHttpRequestRetryHandlerprotected boolean requestIsAborted(org.apache.http.HttpRequest)
InfoMethod 'protected boolean isRedirectable(java.lang.String)' has been addedorg.apache.http.impl.client.DefaultRedirectStrategyprotected boolean isRedirectable(java.lang.String)
InfoAdded protected field proxyAuthStrategyorg.apache.http.impl.client.DefaultRequestDirectorproxyAuthStrategy
InfoAdded protected field targetAuthStrategyorg.apache.http.impl.client.DefaultRequestDirectortargetAuthStrategy
InfoMethod 'public DefaultRequestDirector(org.apache.commons.logging.Log, org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationHandler, org.apache.http.client.AuthenticationHandler, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)' has been deprecatedorg.apache.http.impl.client.DefaultRequestDirectorpublic DefaultRequestDirector(org.apache.commons.logging.Log, org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationHandler, org.apache.http.client.AuthenticationHandler, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)
InfoMethod 'public DefaultRequestDirector(org.apache.commons.logging.Log, org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)' has been addedorg.apache.http.impl.client.DefaultRequestDirectorpublic DefaultRequestDirector(org.apache.commons.logging.Log, org.apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache.http.ConnectionReuseStrategy, org.apache.http.conn.ConnectionKeepAliveStrategy, org.apache.http.conn.routing.HttpRoutePlanner, org.apache.http.protocol.HttpProcessor, org.apache.http.client.HttpRequestRetryHandler, org.apache.http.client.RedirectStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.AuthenticationStrategy, org.apache.http.client.UserTokenHandler, org.apache.http.params.HttpParams)
InfoClass org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy addedorg.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
InfoClass org.apache.http.impl.client.HttpAuthenticator addedorg.apache.http.impl.client.HttpAuthenticator
InfoClass org.apache.http.impl.client.LaxRedirectStrategy addedorg.apache.http.impl.client.LaxRedirectStrategy
InfoClass org.apache.http.impl.client.NullBackoffStrategy addedorg.apache.http.impl.client.NullBackoffStrategy
InfoClass org.apache.http.impl.client.ProxyAuthenticationStrategy addedorg.apache.http.impl.client.ProxyAuthenticationStrategy
InfoClass org.apache.http.impl.client.ProxyClient addedorg.apache.http.impl.client.ProxyClient
InfoClass org.apache.http.impl.client.StandardHttpRequestRetryHandler addedorg.apache.http.impl.client.StandardHttpRequestRetryHandler
InfoClass org.apache.http.impl.client.SystemDefaultHttpClient addedorg.apache.http.impl.client.SystemDefaultHttpClient
InfoClass org.apache.http.impl.client.TargetAuthenticationStrategy addedorg.apache.http.impl.client.TargetAuthenticationStrategy
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.impl.conn.AbstractClientConnAdapter
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.impl.conn.AbstractPooledConnAdapter
InfoMethod 'protected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry()' has been deprecatedorg.apache.http.impl.conn.AbstractPooledConnAdapterprotected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry()
InfoClass org.apache.http.impl.conn.BasicClientConnectionManager addedorg.apache.http.impl.conn.BasicClientConnectionManager
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.impl.conn.DefaultClientConnection
InfoAdded protected field dnsResolverorg.apache.http.impl.conn.DefaultClientConnectionOperatordnsResolver
InfoMethod 'public DefaultClientConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry, org.apache.http.conn.DnsResolver)' has been addedorg.apache.http.impl.conn.DefaultClientConnectionOperatorpublic DefaultClientConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry, org.apache.http.conn.DnsResolver)
InfoClass org.apache.http.impl.conn.DefaultHttpResponseParser addedorg.apache.http.impl.conn.DefaultHttpResponseParser
InfoMethod 'protected int getMaxGarbageLines(org.apache.http.params.HttpParams)' has been addedorg.apache.http.impl.conn.DefaultResponseParserprotected int getMaxGarbageLines(org.apache.http.params.HttpParams)
InfoClass org.apache.http.impl.conn.InMemoryDnsResolver addedorg.apache.http.impl.conn.InMemoryDnsResolver
InfoClass org.apache.http.impl.conn.PoolingClientConnectionManager addedorg.apache.http.impl.conn.PoolingClientConnectionManager
InfoMethod 'public org.apache.http.conn.scheme.SchemeRegistry createSystemDefault()' has been addedorg.apache.http.impl.conn.SchemeRegistryFactorypublic org.apache.http.conn.scheme.SchemeRegistry createSystemDefault()
InfoMethod 'protected void revokeConnection()' is no longer deprecatedorg.apache.http.impl.conn.SingleClientConnManagerprotected void revokeConnection()
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.impl.conn.SingleClientConnManager$ConnAdapter
InfoClass org.apache.http.impl.conn.SystemDefaultDnsResolver addedorg.apache.http.impl.conn.SystemDefaultDnsResolver
InfoMethod 'public BasicPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.apache.http.conn.routing.HttpRoute, java.lang.ref.ReferenceQueue)' is no longer deprecatedorg.apache.http.impl.conn.tsccm.BasicPoolEntrypublic BasicPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.apache.http.conn.routing.HttpRoute, java.lang.ref.ReferenceQueue)
InfoMethod 'protected org.apache.http.impl.conn.tsccm.BasicPoolEntryRef getWeakRef()' is no longer deprecatedorg.apache.http.impl.conn.tsccm.BasicPoolEntryprotected org.apache.http.impl.conn.tsccm.BasicPoolEntryRef getWeakRef()
InfoAdded java.io.Closeable to the set of implemented interfacesorg.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
InfoMethod 'public ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry, long, java.util.concurrent.TimeUnit, org.apache.http.conn.params.ConnPerRouteBean)' has been addedorg.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerpublic ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry, long, java.util.concurrent.TimeUnit, org.apache.http.conn.params.ConnPerRouteBean)