public final class Unix extends Object
netty-transport-native-unix
is
supported.Modifier and Type | Method and Description |
---|---|
static void |
ensureAvailability()
Deprecated.
|
static boolean |
isAvailable()
Deprecated.
|
static void |
registerInternal(Runnable registerTask)
Internal method...
|
static Throwable |
unavailabilityCause()
Deprecated.
|
@UnstableApi public static void registerInternal(Runnable registerTask)
registerTask
- @Deprecated public static boolean isAvailable()
true
if and only if the netty_transport_native_unix
is available.@Deprecated public static void ensureAvailability()
netty_transport_native_unix
is
available.UnsatisfiedLinkError
- if unavailable@Deprecated public static Throwable unavailabilityCause()
netty_transport_native_unix
.null
if available.Copyright © 2008–2024 The Netty Project. All rights reserved.