Class GlowDatagramServer

java.lang.Object
net.glowstone.net.GlowNetworkServer
net.glowstone.net.GlowDatagramServer
Direct Known Subclasses:
QueryServer

public abstract class GlowDatagramServer extends GlowNetworkServer
  • Field Details

    • group

      protected final io.netty.channel.EventLoopGroup group
    • bootstrap

      protected final io.netty.bootstrap.Bootstrap bootstrap
  • Constructor Details

    • GlowDatagramServer

      public GlowDatagramServer(GlowServer server, ProtocolProvider protocolProvider, CountDownLatch latch)
      Creates an instance for the specified server.
      Parameters:
      server - the associated GlowServer
      latch - The countdown latch used during server startup to wait for network server binding.
  • Method Details