- failed(ValueCallback<T>, Throwable) - 接口 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback
-
- failed(ValueCallback<T>, String) - 接口 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback
-
- failed(Throwable) - 类 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback.Value
-
- failed(String) - 类 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback.Value
-
- fetchEvents(ValueCallback<Map<String, Map<String, List<Event>>>>) - 类 中的静态方法com.virjar.vtoolkit.trace.EventRecordManager
-
- finalFailed(Throwable) - 接口 中的方法com.virjar.vtoolkit.safethread.ParallelExecutor.ParallelConnectEvent
-
- findClass(String, ClassLoader) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a class with the specified class loader.
- findClassIfExists(String, ClassLoader) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a class if it exists.
- findConstructorExact(Class<?>, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a constructor of a class and set it to accessible.
- findConstructorExact(String, ClassLoader, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a constructor of a class and set it to accessible.
- findConstructorExact(Class<?>, Class<?>...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a constructor of a class and set it to accessible.
- findConstructorExactIfExists(Class<?>, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a constructor if it exists.
- findConstructorExactIfExists(String, ClassLoader, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a constructor if it exists.
- findField(Class<?>, String) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a field in a class and set it to accessible.
- findFieldIfExists(Class<?>, String) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a field if it exists.
- findFirstFieldByExactType(Class<?>, Class<?>) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Returns the first field of the given type in a class.
- findMethodBestMatch(Class<?>, String, Class<?>...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodBestMatch(Class<?>, String, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodBestMatch(Class<?>, String, Class<?>[], Object[]) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodExact(Class<?>, String, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodExact(String, ClassLoader, String, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodExact(Class<?>, String, Class<?>...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up a method in a class and set it to accessible.
- findMethodExactIfExists(Class<?>, String, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a method if it exists.
- findMethodExactIfExists(String, ClassLoader, String, Object...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Look up and return a method if it exists.
- findMethodsByExactParameters(Class<?>, Class<?>, Class<?>...) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
Returns an array of all methods declared/overridden in a class with the specified parameter types.
- firstSuccess(ValueCallback.Value<T>) - 接口 中的方法com.virjar.vtoolkit.safethread.ParallelExecutor.ParallelConnectEvent
-
- floatValue() - 类 中的方法com.virjar.vtoolkit.monitor.NumberView
-
- scheduleWithRate(Runnable, long) - 类 中的方法com.virjar.vtoolkit.safethread.Looper
-
- scheduleWithRate(Runnable, Number) - 类 中的方法com.virjar.vtoolkit.safethread.Looper
-
这个接口,可以支持非固定速率
- secondSuccess(ValueCallback.Value<T>) - 接口 中的方法com.virjar.vtoolkit.safethread.ParallelExecutor.ParallelConnectEvent
-
- setApplicationContext(ApplicationContext) - 类 中的方法com.virjar.vtoolkit.monitor.MetricsSpringSetter
-
- setFieldValue(Object, String, Object) - 类 中的静态方法com.virjar.vtoolkit.ReflectUtil
-
- setProxy(String, String) - 类 中的方法com.virjar.vtoolkit.SimpleHttpInvoker.RequestBuilder
-
- setProxy(String, String) - 类 中的静态方法com.virjar.vtoolkit.SimpleHttpInvoker
-
- setProxyAuth(String, String) - 类 中的方法com.virjar.vtoolkit.SimpleHttpInvoker.RequestBuilder
-
- setProxyAuth(String, String) - 类 中的静态方法com.virjar.vtoolkit.SimpleHttpInvoker
-
请在main函数中增加如下代码:
System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");
解决jdk8不让https认证密码的问题,
请注意一定要尽早添加,否则当http url connection组建完成初始化之后,该配置将会失效
"https://gitee.com/dromara/hutool/issues/I1YQGM"
- setTimout(int, int) - 类 中的方法com.virjar.vtoolkit.SimpleHttpInvoker.RequestBuilder
-
- setTimout(int, int) - 类 中的静态方法com.virjar.vtoolkit.SimpleHttpInvoker
-
- setupDefaultHttpProperty(SimpleHttpInvoker.DefaultHttpPropertyBuilder) - 类 中的静态方法com.virjar.vtoolkit.SimpleHttpInvoker
-
- SimpleHttpInvoker - com.virjar.vtoolkit中的类
-
基于java原生的http访问
- SimpleHttpInvoker() - 类 的构造器com.virjar.vtoolkit.SimpleHttpInvoker
-
- SimpleHttpInvoker.DefaultHttpPropertyBuilder - com.virjar.vtoolkit中的接口
-
- SimpleHttpInvoker.RequestBuilder - com.virjar.vtoolkit中的类
-
- split(String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, using whitespace as the
separator.
- split(String, char) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator specified.
- split(String, String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array with a maximum length,
separators specified.
- splitByCharacterType(String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByCharacterTypeCamelCase(String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByWholeSeparator(String, String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator string specified.
- splitPreserveAllTokens(String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, using whitespace as the
separator, preserving all tokens, including empty tokens created by
adjacent separators.
- splitPreserveAllTokens(String, char) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separator specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array, separators specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String, int) - 类 中的静态方法com.virjar.vtoolkit.StringSplitter
-
Splits the provided text into an array with a maximum length,
separators specified, preserving all tokens, including empty tokens
created by adjacent separators.
- startLoop() - 类 中的方法com.virjar.vtoolkit.safethread.Looper
-
- StringSplitter - com.virjar.vtoolkit中的类
-
- StringSplitter() - 类 的构造器com.virjar.vtoolkit.StringSplitter
-
- success(ValueCallback<T>, T) - 接口 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback
-
- success(T) - 类 中的静态方法com.virjar.vtoolkit.safethread.ValueCallback.Value
-
- summary(String, Iterable<Tag>) - 类 中的静态方法com.virjar.vtoolkit.monitor.Monitor
-
- summary(String, String...) - 类 中的静态方法com.virjar.vtoolkit.monitor.Monitor
-