Java.Nio.Channels.Spi.AbstractSelectableChannel Class
AbstractSelectableChannel is the base implementation class for selectable channels.

See Also: AbstractSelectableChannel Members

Syntax

[Android.Runtime.Register("java/nio/channels/spi/AbstractSelectableChannel", DoNotGenerateAcw=true)]
public abstract class AbstractSelectableChannel : Java.Nio.Channels.SelectableChannel

Remarks

AbstractSelectableChannel is the base implementation class for selectable channels. It declares methods for registering, unregistering and closing selectable channels. It is thread-safe.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels.Spi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1