Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.nio.channels.spi.AbstractSelectableChannel

Uses of AbstractSelectableChannel in java.nio.channels.spi
 

Methods in java.nio.channels.spi with parameters of type AbstractSelectableChannel
protected abstract  java.nio.channels.SelectionKey AbstractSelector.register(AbstractSelectableChannel ch, int ops, java.lang.Object att)
          Registers a channel for the selection process.