Class VirtualChannelSelector

java.lang.Object
com.biglybt.core.networkmanager.VirtualChannelSelector

public class VirtualChannelSelector extends Object
  • Field Details

  • Constructor Details

    • VirtualChannelSelector

      public VirtualChannelSelector(String name, int interest_op, boolean pause_after_select)
      Create a new virtual selectable-channel selector, selecting over the given interest-op.
      Parameters:
      interest_op - operation set of OP_CONNECT, OP_ACCEPT, OP_READ, or OP_WRITE
      pause_after_select - whether or not to auto-disable interest op after select
  • Method Details