Flags instead.@Deprecated public final class NativeLibraries extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEpollAvailable()
Deprecated.
Use
Flags.useEpoll() instead. |
static boolean |
isOpenSslAvailable()
Deprecated.
Use
Flags.useOpenSsl() instead. |
static void |
report()
Deprecated.
This method will be removed without a replacement, because the information about
the availability of the native libraries are now logged automatically by
Flags. |
@Deprecated public static void report()
Flags.@Deprecated public static boolean isEpollAvailable()
Flags.useEpoll() instead./dev/epoll socket I/O is enabled. When enabled on Linux, Armeria
uses /dev/epoll directly for socket I/O. When disabled, java.nio socket API is used
instead.@Deprecated public static boolean isOpenSslAvailable()
Flags.useOpenSsl() instead.SSLEngine is used
instead.Copyright © 2020 LeanCloud. All rights reserved.