Uses of Interface
io.netty.internal.tcnative.AsyncTask
-
-
Uses of AsyncTask in io.netty.internal.tcnative
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.
-