Class NioDatagramWorker.ChannelRegistionTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    NioDatagramWorker

    private final class NioDatagramWorker.ChannelRegistionTask
    extends java.lang.Object
    implements java.lang.Runnable
    RegisterTask is a task responsible for registering a channel with a selector.
    • Method Detail

      • run

        public void run()
        This runnable's task. Does the actual registering by calling the underlying DatagramChannels peer DatagramSocket register method.
        Specified by:
        run in interface java.lang.Runnable