@UnstableApi
public final class KQueue
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
ensureAvailability()
|
static boolean |
isAvailable()
当且仅当
netty-transport-native-kqueue 可用时返回
true 。
|
static java.lang.Throwable |
unavailabilityCause()
返回
netty-transport-native-kqueue 不可用的
原因 。
|
public static boolean isAvailable()
netty-transport-native-kqueue
可用时返回
true
。
public static void ensureAvailability()
java.lang.UnsatisfiedLinkError
- 如果不可用
public static java.lang.Throwable unavailabilityCause()
netty-transport-native-kqueue
不可用的
原因 。
null
如果可用。
Copyright © 2008–2018 The Netty Project. All rights reserved.