The members of Java.Nio.Channels.Spi.AbstractSelector are listed below.
See Also: Inherited members from Java.Nio.Channels.Selector
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
override | Close()Closes this selector. | |
override | Provider()Returns this selector's provider. |
Begin()Indicates the beginning of a code section that includes an I/O operation that is potentially blocking. | ||
CancelledKeys()Returns this channel's set of canceled selection keys. | ||
Deregister(AbstractSelectionKey)Deletes the key from the channel's key set. | ||
End()Indicates the end of a code section that has been started with begin() and that includes a potentially blocking I/O operation. | ||
abstract | ImplCloseSelector()Implements the closing of this channel. | |
abstract | Register(AbstractSelectableChannel, int, Java.Lang.Object)Registers channel with this selector. |