Class NioDatagramWorker.ChannelRegistionTask

java.lang.Object
org.jboss.netty.channel.socket.nio.NioDatagramWorker.ChannelRegistionTask
All Implemented Interfaces:
Runnable
Enclosing class:
NioDatagramWorker

private final class NioDatagramWorker.ChannelRegistionTask extends Object implements Runnable
RegisterTask is a task responsible for registering a channel with a selector.
  • Field Details

  • Constructor Details

  • Method Details

    • 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 Runnable