mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 23:16:33 +00:00
Marked caching async clients as experimental (no functional changes)
This commit is contained in:
parent
52c6cf7037
commit
a1c63d46df
@ -42,6 +42,7 @@
|
||||
import org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder;
|
||||
import org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy;
|
||||
import org.apache.hc.client5.http.schedule.SchedulingStrategy;
|
||||
import org.apache.hc.core5.annotation.Experimental;
|
||||
import org.apache.hc.core5.http.config.NamedElementChain;
|
||||
|
||||
/**
|
||||
@ -50,6 +51,7 @@
|
||||
*
|
||||
* @since 5.0
|
||||
*/
|
||||
@Experimental
|
||||
public class CachingH2AsyncClientBuilder extends H2AsyncClientBuilder {
|
||||
|
||||
private ResourceFactory resourceFactory;
|
||||
|
@ -42,6 +42,7 @@
|
||||
import org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder;
|
||||
import org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy;
|
||||
import org.apache.hc.client5.http.schedule.SchedulingStrategy;
|
||||
import org.apache.hc.core5.annotation.Experimental;
|
||||
import org.apache.hc.core5.http.config.NamedElementChain;
|
||||
|
||||
/**
|
||||
@ -50,6 +51,7 @@
|
||||
*
|
||||
* @since 5.0
|
||||
*/
|
||||
@Experimental
|
||||
public class CachingHttpAsyncClientBuilder extends HttpAsyncClientBuilder {
|
||||
|
||||
private ResourceFactory resourceFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user