Package org.miaixz.bus.http
Class RealCall.AsyncCall
java.lang.Object
org.miaixz.bus.http.metric.NamedRunnable
org.miaixz.bus.http.RealCall.AsyncCall
-
Field Summary
Fields inherited from class org.miaixz.bus.http.metric.NamedRunnable
name -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute()voidexecuteOn(ExecutorService executorService) 尝试在executorService上排队这个异步调用 如果执行程序已经关闭,则将尝试通过调用失败来进行清理get()host()voidMethods inherited from class org.miaixz.bus.http.metric.NamedRunnable
run
-
Method Details
-
callsPerHost
-
reuseCallsPerHostFrom
-
host
-
get
-
executeOn
尝试在executorService上排队这个异步调用 如果执行程序已经关闭,则将尝试通过调用失败来进行清理 -
execute
protected void execute()- Specified by:
executein classNamedRunnable
-