public final class OpenSsl
extends java.lang.Object
netty-tcnative
and its OpenSSL support
are available.限定符和类型 | 方法和说明 |
---|---|
static void |
ensureAvailability()
Ensure that
netty-tcnative and
its OpenSSL support are available. |
static boolean |
isAvailable()
Returns
true if and only if
netty-tcnative and its OpenSSL support
are available. |
static java.lang.Throwable |
unavailabilityCause()
Returns the cause of unavailability of
netty-tcnative and its OpenSSL support. |
public static boolean isAvailable()
true
if and only if
netty-tcnative
and its OpenSSL support
are available.public static void ensureAvailability()
netty-tcnative
and
its OpenSSL support are available.java.lang.UnsatisfiedLinkError
- if unavailablepublic static java.lang.Throwable unavailabilityCause()
netty-tcnative
and its OpenSSL support.null
if available.