Package org.conscrypt

Class DelegatedTask

java.lang.Object
org.conscrypt.DelegatedTask
All Implemented Interfaces:
Runnable

public class DelegatedTask
extends Object
implements Runnable
Delegated Runnable task for SSLEngine
  • 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