public class KqueueProvider extends Object
ClassNotFoundException's caused by the absence of
the netty-transport-native-kqueue library during runtime. Internal API.| Constructor and Description |
|---|
KqueueProvider() |
| Modifier and Type | Method and Description |
|---|---|
static EventLoopResources |
getResources()
Returns the
EventLoopResources for kqueue-backed transport. |
static boolean |
isAvailable() |
public static boolean isAvailable()
true if kqueue is available.public static EventLoopResources getResources()
EventLoopResources for kqueue-backed transport. Check availability with isAvailable() prior
to obtaining the resources.EventLoopResources. May be unavailable.Copyright © 2021 lettuce.io. All rights reserved.