Class SSLTask
java.lang.Object
io.netty.internal.tcnative.SSLTask
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
CertificateCallbackTask, CertificateVerifierTask, SSLPrivateKeyMethodTask
A SSL related task that will be returned by
SSL.getTask(long).-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidrun()protected final voidprotected abstract voidrunTask(long ssl, SSLTask.TaskCallback callback) Run the task and return the return value that should be passed back to OpenSSL.
-
Field Details
-
NOOP
-
ssl
private final long ssl -
returnValue
private int returnValue -
complete
private boolean complete -
didRun
protected boolean didRun
-
-
Constructor Details
-
SSLTask
protected SSLTask(long ssl)
-
-
Method Details
-
run
-
run
-
runTask
Run the task and return the return value that should be passed back to OpenSSL.
-