NIO1Channel

Facade over NIO1 SelectableChannels

The interface adds a way to cleanup resources other than the channel itself.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def close(): Unit

Close this channel, releasing associated resources

Close this channel, releasing associated resources

Abstract fields

val selectableChannel: SelectableChannel

The underlying java SelectableChannel

The underlying java SelectableChannel