类 NamedRunnable

java.lang.Object
com.lark.oapi.okhttp.internal.NamedRunnable
所有已实现的接口:
Runnable

public abstract class NamedRunnable extends Object implements Runnable
Runnable implementation which always sets its thread name.
  • 构造器详细资料

    • NamedRunnable

      public NamedRunnable(String format, Object... args)
  • 方法详细资料

    • run

      public final void run()
      指定者:
      run 在接口中 Runnable