Class NioDatagramAcceptor.Acceptor

java.lang.Object
org.apache.mina.transport.socket.nio.NioDatagramAcceptor.Acceptor
All Implemented Interfaces:
Runnable
Enclosing class:
NioDatagramAcceptor

private class NioDatagramAcceptor.Acceptor extends Object implements Runnable
This private class is used to accept incoming connection from clients. It's an infinite loop, which can be stopped when all the registered handles have been removed (unbound).
  • Constructor Details

    • Acceptor

      private Acceptor()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable