| 接口和说明 |
|---|
| 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
|
| org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
Use configuration parameters provided by connection listeners.
|
| 类和说明 |
|---|
| org.apache.hc.client5.http.async.methods.BasicHttpRequests
Use
BasicRequestBuilder. |
| org.apache.hc.client5.http.classic.methods.ClassicHttpRequests |
| org.apache.hc.client5.http.impl.classic.ClassicRequestCopier |
| org.apache.hc.core5.http.impl.io.EmptyInputStream
Please use
EmptyInputStream |
| org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
Use configuration parameters provided by connection listeners.
|
| 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.core5.http.nio.entity.NoopEntityConsumer |
| 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 |
| org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Use
SimpleRequestBuilder. |
| org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Use
IOReactorConfig.
As of version 5.0.1 SocksProxyProtocolHandlerFactory.createHandler(ProtocolIOSession, Object) throws UnsupportedOperationException. |
| 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.core5.http.message.TokenParser
Use
Tokenizer |
| org.apache.hc.core5.net.URLEncodedUtils
Use
URIBuilder to parse and format URIs and
WWWFormCodec to parse and format application/x-www-form-urlencoded forms. |
| 异常错误和说明 |
|---|
| org.apache.hc.client5.http.impl.auth.NTLMEngineException
Do not use.
|
| 字段和说明 |
|---|
| org.apache.hc.core5.http.protocol.HttpDateGenerator.GMT
This attribute is no longer supported as a part of the public API.
The time zone to use in the date header.
|
| 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.core5.util.VersionInfo.PROPERTY_TIMESTAMP
This will be removed in 6.0.
|
| 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.
|
Copyright © 2023. All rights reserved.