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
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. |