Uses of Interface
io.netty.internal.tcnative.AsyncTask
-
-
Uses of AsyncTask in io.netty.internal.tcnative
Classes in io.netty.internal.tcnative that implement AsyncTask Modifier and Type Class Description (package private) class
SSLPrivateKeyMethodDecryptTask
(package private) class
SSLPrivateKeyMethodSignTask
(package private) class
SSLPrivateKeyMethodTask
Methods in io.netty.internal.tcnative that return AsyncTask Modifier and Type Method Description static AsyncTask
SSL. getAsyncTask(long ssl)
Return theAsyncTask
that needs to be run as an operation did signal that a task needs to be completed before we can retry it.
-