Class Bootstraps
java.lang.Object
org.geysermc.geyser.network.netty.Bootstraps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<Void> allOf(io.netty.channel.ChannelFuture... futures) static booleanstatic booleansetupBootstrap(io.netty.bootstrap.AbstractBootstrap bootstrap, org.geysermc.mcprotocollib.network.helper.TransportHelper.TransportType transport)
-
Method Details
-
isReusePortAvailable
public static boolean isReusePortAvailable() -
setupBootstrap
public static boolean setupBootstrap(io.netty.bootstrap.AbstractBootstrap bootstrap, org.geysermc.mcprotocollib.network.helper.TransportHelper.TransportType transport) -
allOf
-