net.minecraft.server.network

public abstract class EventLoopGroupHolder

axw
net.minecraft.server.network.EventLoopGroupHolder
net.minecraft.class_12239
net.minecraft.network.NetworkingBackend

Field summary

Modifier and TypeField
private static final EventLoopGroupHolder
a
NIO
field_63934
NIO
private static final EventLoopGroupHolder
b
EPOLL
field_63935
EPOLL
private static final EventLoopGroupHolder
c
KQUEUE
field_64090
KQUEUE
private static final EventLoopGroupHolder
d
LOCAL
field_63936
LOCAL
private final String
e
type
field_63937
name
private final Class<? extends io.netty.channel.Channel>
f
channelCls
field_63938
channelClass
private final Class<? extends io.netty.channel.ServerChannel>
g
serverChannelCls
field_63939
serverChannelClass
private volatile io.netty.channel.EventLoopGroup
h
group
field_63940
eventLoopGroup

Constructor summary

ModifierConstructor
(String name, Class<? extends io.netty.channel.Channel> channelClass, Class<? extends io.netty.channel.ServerChannel> serverChannelClass)

Method summary

Modifier and TypeMethod
public static EventLoopGroupHolder
a(boolean arg0)
remote(boolean arg0)
method_75867(boolean arg0)
remote(boolean useEpoll)
public static EventLoopGroupHolder
a()
local()
method_75866()
local()
private ThreadFactory
f()
createThreadFactory()
method_75872()
createThreadFactory()
protected abstract io.netty.channel.IoHandlerFactory
b()
ioHandlerFactory()
method_75868()
newFactory()
private io.netty.channel.EventLoopGroup
g()
createEventLoopGroup()
method_75873()
createEventLoopGroup()
public io.netty.channel.EventLoopGroup
c()
eventLoopGroup()
method_75869()
getEventLoopGroup()
public Class<? extends io.netty.channel.Channel>
d()
channelCls()
method_75870()
getChannelClass()
public Class<? extends io.netty.channel.ServerChannel>
e()
serverChannelCls()
method_75871()
getServerChannelClass()