Interface and Description |
---|
org.apache.hc.client5.http.impl.MessageCopier
Use message builders.
|
org.apache.hc.client5.http.impl.auth.NTLMEngine
Do not use. the NTLM authentication scheme is no longer supported
|
Class and Description |
---|
org.apache.hc.client5.http.async.methods.BasicHttpRequests
Use
BasicRequestBuilder . |
org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Use
ClassicRequestBuilder |
org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
Use
ClassicRequestBuilder |
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.async.methods.IgnoreCompleteExceptonFutureCallback |
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.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.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.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.protocol.RequestAuthCache
Do not use.
|
org.apache.hc.client5.http.impl.RequestCopier
Use
BasicRequestBuilder |
org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Use
SimpleRequestBuilder . |
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.ssl.TrustSelfSignedStrategy
For self-signed certificates prefer specifying a keystore containing the certificate when
calling the
SSLContextBuilder loadTrustMaterial
methods. |
Exceptions and Description |
---|
org.apache.hc.client5.http.impl.auth.NTLMEngineException
Do not use.
|
Field and Description |
---|
org.apache.hc.client5.http.utils.DateUtils.GMT
This attribute is no longer supported as a part of the public API.
|
org.apache.hc.client5.http.auth.StandardAuthScheme.KERBEROS
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.StandardAuthScheme.NTLM
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.utils.DateUtils.PATTERN_RFC1123 |
org.apache.hc.client5.http.auth.StandardAuthScheme.SPNEGO
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
Constructor and Description |
---|
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler(String[]) |
org.apache.hc.client5.http.impl.auth.BasicScheme(Charset)
This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8 encoding
in compliance with RFC 7617 for HTTP Basic Authentication. Use the default constructor BasicScheme() instead. |
org.apache.hc.client5.http.impl.auth.BasicSchemeFactory(Charset)
This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8 encoding
in compliance with RFC 7617 for HTTP Basic Authentication. Use the default constructor BasicSchemeFactory() instead. |
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier, Factory<SSLEngine, TlsDetails>) |
org.apache.hc.client5.http.impl.auth.DigestScheme(Charset)
This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8 encoding
in compliance with RFC 7616 for HTTP Digest Access Authentication. Use the default constructor DigestScheme() instead. |
org.apache.hc.client5.http.impl.auth.DigestSchemeFactory(Charset)
This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8 encoding
in compliance with RFC 7616 for HTTP Digest Access Authentication. Use the default constructor DigestSchemeFactory() instead. |
org.apache.hc.client5.http.async.AsyncExecChain.Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime)
Use
Scope#Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext,
AsyncExecRuntime, Scheduler, AtomicInteger) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.