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 Summary
Constructors Constructor Description DelegatedTask(Runnable action, HandshakeProtocol handshaker) -
Method Summary
Modifier and Type Method Description voidrun()Starts executing the active part of the class' code.
-
Constructor Details
-
DelegatedTask
-
-
Method Details