The members of Java.Nio.Channels.SelectableChannel are listed below.
See Also: Inherited members from Java.Nio.Channels.Spi.AbstractInterruptibleChannel
Constructs a new SelectableChannel. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | IsBlocking | bool. Indicates whether this channel is in blocking mode. |
[read-only] abstract | IsRegistered | bool. Indicates whether this channel is registered with at least one selector. |
[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. |
abstract | BlockingLock()Gets the blocking lock which synchronizes the configureBlocking and register methods. | |
abstract | ConfigureBlocking(bool)Sets the blocking mode of this channel. | |
abstract | KeyFor(Selector)Gets this channel's selection key for the specified selector. | |
abstract | Provider()Gets the provider of this channel. | |
Register(Selector, Operations)Registers this channel with the specified selector for the specified interest set. | ||
abstract | Register(Selector, Operations, Java.Lang.Object)Registers this channel with the specified selector for the specified interest set and an object to attach. | |
abstract | ValidOps()Gets the set of valid Java.Nio.Channels.SelectionKey of this channel. |