Interface and Description |
---|
org.apache.hc.client5.http.impl.MessageCopier
Use message builders.
|
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.async.methods.IgnoreCompleteExceptonFutureCallback |
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 . |
Field and Description |
---|
org.apache.hc.client5.http.fluent.Request.DATE_FORMAT
This attribute is no longer supported as a part of the public API.
|
org.apache.hc.client5.http.fluent.Request.DATE_LOCALE
This attribute is no longer supported as a part of the public API.
|
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.fluent.Request.TIME_ZONE
This attribute is no longer supported as a part of the public API.
|
Constructor and Description |
---|
org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler(String[]) |
org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier, Factory<SSLEngine, TlsDetails>) |
org.apache.hc.client5.http.cache.HttpCacheEntry(Date, Date, int, Header[], Resource) |
org.apache.hc.client5.http.cache.HttpCacheEntry(Date, Date, int, Header[], Resource, Map<String, String>) |
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.