public abstract boolean isBlocking ()

Tells whether or not every I/O operation on this channel will block until it completes. A newly-created channel is always in blocking mode.

If this channel is closed then the value returned by this method is not specified.

Returns:  true if, and only if, this channel is in blocking mode