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

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Closes this channel.
SelectableChannelconfigureBlocking(boolean block)
Adjusts this channel's blocking mode.
booleanisOpen()
SelectionKeykeyFor(Selector sel)
Retrieves the key representing the channel's registration with the given selector.
SelectionKeyregister(Selector sel, int ops, Object att)
Registers this channel with the given selector, returning a selection key.