Class NettyUtil.ReflectiveChannelFactory<T extends io.netty.channel.Channel>
java.lang.Object
com.hypixel.hytale.server.core.io.netty.NettyUtil.ReflectiveChannelFactory<T>
- All Implemented Interfaces:
io.netty.bootstrap.ChannelFactory<T>,io.netty.channel.ChannelFactory<T>
- Enclosing class:
NettyUtil
public static class NettyUtil.ReflectiveChannelFactory<T extends io.netty.channel.Channel>
extends Object
implements io.netty.channel.ChannelFactory<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Constructor<? extends T> private final io.netty.channel.socket.SocketProtocolFamily -
Constructor Summary
ConstructorsConstructorDescriptionReflectiveChannelFactory(Class<? extends T> clazz, io.netty.channel.socket.SocketProtocolFamily family) -
Method Summary
-
Field Details
-
constructor
-
family
private final io.netty.channel.socket.SocketProtocolFamily family
-
-
Constructor Details
-
ReflectiveChannelFactory
-
-
Method Details