Java.Nio.Channels.SelectableChannel: Method Members

The methods of Java.Nio.Channels.SelectableChannel are listed below. For a list of all members, see the SelectableChannel Members list.

See Also: Inherited members from Java.Nio.Channels.Spi.AbstractInterruptibleChannel

Public Methods

abstract
BlockingLock() : Java.Lang.Object
Gets the blocking lock which synchronizes the configureBlocking and register methods.
abstract
ConfigureBlocking(bool) : SelectableChannel
Sets the blocking mode of this channel.
abstract
KeyFor(Selector) : SelectionKey
Gets this channel's selection key for the specified selector.
abstract
Provider() : Java.Nio.Channels.Spi.SelectorProvider
Gets the provider of this channel.
Register(Selector, Operations) : SelectionKey
Registers this channel with the specified selector for the specified interest set.
abstract
Register(Selector, Operations, Java.Lang.Object) : SelectionKey
Registers this channel with the specified selector for the specified interest set and an object to attach.
abstract
ValidOps() : Operations
Gets the set of valid Java.Nio.Channels.SelectionKey of this channel.