Uses of Class
org.miaixz.bus.http.RealCall.AsyncCall
Packages that use RealCall.AsyncCall
Package
Description
An HTTP client for Java applications.
Provides internal metrics and standards for the HTTP client.
-
Uses of RealCall.AsyncCall in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type RealCall.AsyncCallModifier and TypeMethodDescriptionvoidRealCall.AsyncCall.reuseCallsPerHostFrom(RealCall.AsyncCall other) Reuses the host call count from another asynchronous call. -
Uses of RealCall.AsyncCall in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return RealCall.AsyncCallModifier and TypeMethodDescriptionDispatcher.findExistingCallWithHost(String host) Finds an existing call (either running or ready) with the same host.Methods in org.miaixz.bus.http.metric with parameters of type RealCall.AsyncCallModifier and TypeMethodDescriptionvoidDispatcher.enqueue(RealCall.AsyncCall call) Schedulescallto be executed at some point in the future.voidDispatcher.finished(RealCall.AsyncCall call) Used byAsyncCall#runto signal completion.