IOChannel

zhttp.netio.IOChannel
trait IOChannel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def close(): Task[Unit]
def read(timeOut: Int): Task[Chunk[Byte]]
def remoteAddress(): Task[SocketAddress]
def write(buffer: ByteBuffer): Task[Int]

Concrete methods

def read(): Task[Chunk[Byte]]
def timeOutMs(ts: Int): Unit
def timeOutMs: Int