public class LazyGroups
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LazyGroups |
EPOLL |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_CLIENT_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_SERVER_CHILD_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> |
EPOLL_SERVER_PARENT_LOOP_GROUP |
static LazyGroups |
KQUEUE |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> |
KQUEUE_CLIENT_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> |
KQUEUE_SERVER_CHILD_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> |
KQUEUE_SERVER_PARENT_LOOP_GROUP |
static LazyGroups |
NIO |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_CLIENT_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_SERVER_CHILD_LOOP_GROUP |
static net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> |
NIO_SERVER_PARENT_LOOP_GROUP |
| Modifier and Type | Method and Description |
|---|---|
net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> |
getClientLoopGroup() |
net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> |
getServerChildLoopGroup() |
net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> |
getServerParentLoopGroup() |
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_CLIENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_SERVER_PARENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.nio.NioEventLoopGroup> NIO_SERVER_CHILD_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_CLIENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_SERVER_PARENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.epoll.EpollEventLoopGroup> EPOLL_SERVER_CHILD_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> KQUEUE_CLIENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> KQUEUE_SERVER_PARENT_LOOP_GROUP
public static final net.lenni0451.commons.lazy.Lazy<io.netty.channel.kqueue.KQueueEventLoopGroup> KQUEUE_SERVER_CHILD_LOOP_GROUP
public static final LazyGroups NIO
public static final LazyGroups EPOLL
public static final LazyGroups KQUEUE
public net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> getClientLoopGroup()
public net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> getServerParentLoopGroup()
public net.lenni0451.commons.lazy.Lazy<? extends io.netty.channel.EventLoopGroup> getServerChildLoopGroup()