[Android.Runtime.Register("java/nio/channels/spi/AbstractSelector", DoNotGenerateAcw=true)] public abstract class AbstractSelector : Java.Nio.Channels.Selector
Remarks
AbstractSelector is the base implementation class for selectors.
It realizes the interruption of selection by begin and
end. It also holds the cancellation and the deletion of the key
set.