Class NioRegistration

All Implemented Interfaces:
Future<NioRegistration.Registration>, Associator, Eligible

Signal a registration request to a registry.
  • Constructor Details

    • NioRegistration

      public NioRegistration(NioHandler handler, SelectableChannel ioChannel, int ops, Channel completedTarget)
      Creates a new registration event for the given handler, using the given NIO channel and handling the given operations.

      The completed event for this event is to be sent to the given channel.

      Parameters:
      handler - the handler
      ioChannel - the NIO channel
      ops - the supported operations
      completedTarget - where to send the completed event to
  • Method Details