public class LazyGroups
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_CLIENT_LOOP_GROUP
Event loop group for epoll clients.
|
static net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_SERVER_CHILD_LOOP_GROUP
Child event loop group for epoll servers.
|
static net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_SERVER_PARENT_LOOP_GROUP
Parent event loop group for epoll servers.
|
static net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_CLIENT_LOOP_GROUP
Event loop group for nio clients.
|
static net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_SERVER_CHILD_LOOP_GROUP
Child event loop group for nio servers.
|
static net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_SERVER_PARENT_LOOP_GROUP
Parent event loop group for nio servers.
|
| Constructor and Description |
|---|
LazyGroups() |
public static final net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_CLIENT_LOOP_GROUP
public static final net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_CLIENT_LOOP_GROUP
public static final net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_SERVER_PARENT_LOOP_GROUP
public static final net.lenni0451.commons.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_SERVER_CHILD_LOOP_GROUP
public static final net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_SERVER_PARENT_LOOP_GROUP
public static final net.lenni0451.commons.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_SERVER_CHILD_LOOP_GROUP