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