Uses of Interface
io.netty.internal.tcnative.KeyLogCallback
-
-
Uses of KeyLogCallback in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type KeyLogCallback Modifier and Type Method Description static booleanSSLContext. setKeyLogCallback(long ctx, KeyLogCallback callback)Allow to hookKeyLogCallbackinto the debug infrastructor of the native TLS implementation.
-