public final class NativeLibraries
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isEpollAvailable()
Returns
true if JNI-based /dev/epoll transport is available. |
static boolean |
isOpenSslAvailable()
Returns
true if JNI-based OpenSSL/BoringSSL/LibreSSL transport is available. |
static void |
report()
Logs the availability of the native libraries used by Armeria.
|
public static void report()
public static boolean isEpollAvailable()
true
if JNI-based /dev/epoll
transport is available.public static boolean isOpenSslAvailable()
true
if JNI-based OpenSSL/BoringSSL/LibreSSL transport is available.