java.lang.Object
com.squareup.okhttp.internal.http.Job
All Implemented Interfaces:
Runnable

public final class Job
extends Object
implements Runnable
  • Constructor Details

  • Method Details

    • run

      public void run()
      Description copied from interface: Runnable
      Starts executing the active part of the class' code. This method is called when a thread is started that has been created with a class which implements Runnable.
      Specified by:
      run in interface Runnable