Class Bootstraps

java.lang.Object
org.geysermc.geyser.network.netty.Bootstraps

public final class Bootstraps extends Object
  • 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

      public static CompletableFuture<Void> allOf(io.netty.channel.ChannelFuture... futures)