Java.Nio.Channels.Spi.AbstractSelector Members

The members of Java.Nio.Channels.Spi.AbstractSelector are listed below.

See Also: Inherited members from Java.Nio.Channels.Selector

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
override
IsOpenbool. Returns true if this selector is open.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Close()
Closes this selector.
override
Provider() : SelectorProvider
Returns this selector's provider.

Protected Methods

Begin()
Indicates the beginning of a code section that includes an I/O operation that is potentially blocking.
CancelledKeys() : ICollection<Java.Nio.Channels.SelectionKey>
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) : Java.Nio.Channels.SelectionKey
Registers channel with this selector.