Uses of Interface
org.apache.hc.client5.http.EarlyHintsListener
Packages that use EarlyHintsListener
Package
Description
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 EarlyHintsListenerModifier and TypeFieldDescriptionprivate EarlyHintsListenerHttpAsyncClientBuilder.earlyHintsListenerprivate final EarlyHintsListenerEarlyHintsAsyncExec.listenerMethods in org.apache.hc.client5.http.impl.async with parameters of type EarlyHintsListenerModifier and TypeMethodDescriptionfinal 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