Java java.nio.channels.spi AbstractSelectableChannel fields, constructors, methods, implement or subclass

Example usage for Java java.nio.channels.spi AbstractSelectableChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.channels.spi AbstractSelectableChannel.

The text is from its open source code.

Method

voidclose()
Closes this channel.
booleanisOpen()
SelectionKeykeyFor(Selector sel)
SelectionKeyregister(Selector sel, int ops, Object att)
Registers this channel with the given selector, returning a selection key.