public final class Unix extends Object
netty-transport-native-unix is
supported.| Modifier and Type | Method and Description |
|---|---|
static void |
ensureAvailability()
Ensure that
netty_transport_native_unix is
available. |
static boolean |
isAvailable()
Returns
true if and only if the netty_transport_native_unix is available. |
static Throwable |
unavailabilityCause()
Returns the cause of unavailability of
netty_transport_native_unix. |
public static boolean isAvailable()
true if and only if the netty_transport_native_unix is available.public static void ensureAvailability()
netty_transport_native_unix is
available.UnsatisfiedLinkError - if unavailablepublic static Throwable unavailabilityCause()
netty_transport_native_unix.null if available.Copyright © 2008–2021 The Netty Project. All rights reserved.