Uses of Enum Class
org.miaixz.bus.http.plugin.httpv.CoverResult.State
Packages that use CoverResult.State
-
Uses of CoverResult.State in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return types with arguments of type CoverResult.StateMethod parameters in org.miaixz.bus.http with type arguments of type CoverResult.StateModifier and TypeMethodDescriptionHttpv.Builder.completeListener(CoverTasks.Listener<CoverResult.State> listener) 设置全局完成监听 -
Uses of CoverResult.State in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return CoverResult.StateModifier and TypeMethodDescriptionCoverResult.getState()CoverResult.Real.getState()CoverHttp.toState(IOException e) static CoverResult.StateReturns the enum constant of this class with the specified name.static CoverResult.State[]CoverResult.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.http.plugin.httpv that return types with arguments of type CoverResult.StateMethods in org.miaixz.bus.http.plugin.httpv with parameters of type CoverResult.StateModifier and TypeMethodDescriptionvoidCoverResult.Real.exception(CoverResult.State state, IOException error) voidCoverTasks.Executor.executeOnComplete(CoverHttp<?> task, Callback<CoverResult.State> onComplete, CoverResult.State state, boolean onIo) Method parameters in org.miaixz.bus.http.plugin.httpv with type arguments of type CoverResult.StateModifier and TypeMethodDescriptionvoidCoverTasks.Executor.executeOnComplete(CoverHttp<?> task, Callback<CoverResult.State> onComplete, CoverResult.State state, boolean onIo) CoverHttp.Async.setOnComplete(Callback<CoverResult.State> onComplete) 设置请求执行完成后的回调函数,无论成功|失败|异常 都会被执行Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type CoverResult.StateModifierConstructorDescriptionReal(CoverHttp<?> coverHttp, CoverResult.State state) Real(CoverHttp<?> coverHttp, CoverResult.State state, IOException error)