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 boolean
SSLContext. setKeyLogCallback(long ctx, KeyLogCallback callback)
Allow to hookKeyLogCallback
into the debug infrastructor of the native TLS implementation.
-