Class TCPTransport
java.lang.Object
com.hypixel.hytale.server.core.io.transport.TCPTransport
- All Implemented Interfaces:
Transport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final io.netty.bootstrap.ServerBootstrapprivate final io.netty.channel.EventLoopGroupprivate static final com.hypixel.hytale.logger.HytaleLoggerprivate final io.netty.channel.EventLoopGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuturebind(InetSocketAddress address) getType()voidshutdown()
-
Field Details
-
LOGGER
private static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
bossGroup
@Nonnull private final io.netty.channel.EventLoopGroup bossGroup -
workerGroup
@Nonnull private final io.netty.channel.EventLoopGroup workerGroup -
bootstrap
private final io.netty.bootstrap.ServerBootstrap bootstrap
-
-
Constructor Details
-
TCPTransport
- Throws:
InterruptedException
-
-
Method Details