Uses of Interface
org.apache.hc.client5.http.EarlyHintsListener
-
Packages that use EarlyHintsListener Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport. -
-
Uses of EarlyHintsListener in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as EarlyHintsListener Modifier and Type Field Description private EarlyHintsListenerHttpAsyncClientBuilder. earlyHintsListenerprivate EarlyHintsListenerEarlyHintsAsyncExec. listenerMethods in org.apache.hc.client5.http.impl.async with parameters of type EarlyHintsListener Modifier and Type Method Description HttpAsyncClientBuilderHttpAsyncClientBuilder. setEarlyHintsListener(EarlyHintsListener listener)Registers a globalEarlyHintsListenerthat will be notified when the client receives103 Early Hintsinformational responses for any request executed by the built client.Constructors in org.apache.hc.client5.http.impl.async with parameters of type EarlyHintsListener Constructor Description EarlyHintsAsyncExec(EarlyHintsListener listener)
-