-
Interfaces Interface Description org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator Do not use.org.apache.hc.client5.http.cache.HttpCacheInvalidator Do not use.org.apache.hc.client5.http.impl.auth.NTLMEngine Do not use. the NTLM authentication scheme is no longer supportedorg.apache.hc.client5.http.impl.MessageCopier Use message builders.org.apache.hc.client5.http.socket.ConnectionSocketFactory Do not use.org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory UseTlsSocketStrategy.
-
Classes Class Description org.apache.hc.client5.http.async.methods.BasicHttpRequests UseBasicRequestBuilder.org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback org.apache.hc.client5.http.async.methods.SimpleHttpRequests UseSimpleRequestBuilder.org.apache.hc.client5.http.auth.KerberosConfig Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.auth.KerberosCredentials Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.auth.NTCredentials Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.classic.methods.ClassicHttpRequests UseClassicRequestBuilderorg.apache.hc.client5.http.entity.BrotliDecompressingEntity org.apache.hc.client5.http.entity.BrotliInputStreamFactory org.apache.hc.client5.http.entity.DecompressingEntity org.apache.hc.client5.http.entity.DeflateDecompressingEntity org.apache.hc.client5.http.entity.DeflateInputStreamFactory org.apache.hc.client5.http.entity.GzipDecompressingEntity org.apache.hc.client5.http.entity.GZIPInputStreamFactory – the public extension point has moved toDecompressingEntity. For built-in gzip support useContentCodecRegistryor wrap a stream directly withorg.apache.hc.client5.http.entity.LazyDecompressingInputStream Superseded byDecompressingEntity.org.apache.hc.client5.http.impl.auth.GGSSchemeBase Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.HttpAuthenticator Do not use.org.apache.hc.client5.http.impl.auth.KerberosScheme Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.NTLMEngineImpl Do not use.org.apache.hc.client5.http.impl.auth.NTLMScheme Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.SPNegoScheme Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer This class is deprecated and will be removed in a future release. Please useHttpByteArrayCacheEntrySerializerfor improved performance.org.apache.hc.client5.http.impl.cache.HttpCacheSupport Do not use. This functionality is internal.org.apache.hc.client5.http.impl.classic.ClassicRequestCopier UseClassicRequestBuilderorg.apache.hc.client5.http.impl.Operations.CompletedFuture UseCompletedFuture.org.apache.hc.client5.http.impl.RequestCopier UseBasicRequestBuilderorg.apache.hc.client5.http.protocol.RequestAuthCache Do not use.org.apache.hc.client5.http.socket.PlainConnectionSocketFactory UseDetachedSocketFactory. Please note this interface is considered internal.org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy For self-signed certificates prefer specifying a keystore containing the certificate when calling theSSLContextBuilderloadTrustMaterialmethods.
-
Exceptions Exceptions Description org.apache.hc.client5.http.impl.auth.NTLMEngineException Do not use.org.apache.hc.client5.http.impl.TunnelRefusedException Do not use/