public class NettyNativeTransportLoader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NettyNativeTransportLoader.Platform |
| Constructor and Description |
|---|
NettyNativeTransportLoader() |
| Modifier and Type | Method and Description |
|---|---|
static NettyNativeTransportLoader.Platform |
detectPlatformOS() |
static boolean |
isPlatformX86() |
static boolean |
loadDefault() |
static boolean |
loadEpoll() |
static boolean |
loadKqueue() |
public static NettyNativeTransportLoader.Platform detectPlatformOS()
public static boolean isPlatformX86()
public static boolean loadDefault()
public static boolean loadKqueue()
public static boolean loadEpoll()