SocketChannel

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def configureBlocking(block: Boolean): IO[IOException, Unit]
def read(b: ByteBuffer): IO[IOException, Int]
def register(sel: Selector, op: Integer): IO[IOException, SelectionKey]
def write(b: ByteBuffer): IO[Exception, Int]

Concrete fields

val channel: SocketChannel
val close: IO[Exception, Unit]