类 Library
- java.lang.Object
-
- io.netty.internal.tcnative.Library
-
public final class Library extends Object
-
-
方法详细资料
-
initialize
public static boolean initialize() throws Exception- 返回:
trueif initialization was successful- 抛出:
Exception- if an error happens during initialization
-
initialize
public static boolean initialize(String libraryName, String engine) throws Exception
Setup native library. This is the first method that must be called!- 参数:
libraryName- the name of the library to loadengine- Support for external a Crypto Device ("engine"), usually- 返回:
trueif initialization was successful- 抛出:
Exception- if an error happens during initialization
-
-