net.minecraft.server.network

public abstract class EventLoopGroupHolder

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

字段概要

修饰符与类型字段
private static final EventLoopGroupHolder
a
NIO
field_63934
NIO
f_435365_
private static final EventLoopGroupHolder
b
EPOLL
field_63935
EPOLL
f_436454_
private static final EventLoopGroupHolder
c
KQUEUE
field_64090
KQUEUE
f_435135_
private static final EventLoopGroupHolder
d
LOCAL
field_63936
LOCAL
f_437276_
private final String
e
type
field_63937
name
f_433597_
private final Class<? extends io.netty.channel.Channel>
f
channelCls
field_63938
channelClass
f_433775_
private final Class<? extends io.netty.channel.ServerChannel>
g
serverChannelCls
field_63939
serverChannelClass
f_433563_
private volatile io.netty.channel.EventLoopGroup
h
group
field_63940
eventLoopGroup
f_435302_

构造函数概要

修饰符构造函数
(String name, Class<? extends io.netty.channel.Channel> channelClass, Class<? extends io.netty.channel.ServerChannel> serverChannelClass)

方法概要

修饰符与类型方法
public static EventLoopGroupHolder
a(boolean arg0)
remote(boolean arg0)
method_75867(boolean arg0)
remote(boolean useEpoll)
m_442162_(boolean p_453425_)
public static EventLoopGroupHolder
a()
local()
method_75866()
local()
m_440843_()
private ThreadFactory
f()
createThreadFactory()
method_75872()
createThreadFactory()
m_439746_()
protected abstract io.netty.channel.IoHandlerFactory
b()
ioHandlerFactory()
method_75868()
newFactory()
m_441339_()
private io.netty.channel.EventLoopGroup
g()
createEventLoopGroup()
method_75873()
createEventLoopGroup()
m_444659_()
public io.netty.channel.EventLoopGroup
c()
eventLoopGroup()
method_75869()
getEventLoopGroup()
m_441072_()
public Class<? extends io.netty.channel.Channel>
d()
channelCls()
method_75870()
getChannelClass()
m_438885_()
public Class<? extends io.netty.channel.ServerChannel>
e()
serverChannelCls()
method_75871()
getServerChannelClass()
m_443712_()