SocketChannel

zhttp.netio.SocketChannel
See theSocketChannel companion object
class SocketChannel(val socket: Socket) extends IOChannel

Attributes

Companion:
object
Graph
Supertypes
trait IOChannel
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

def read(): Task[Chunk[Byte]]

Attributes

Inherited from:
IOChannel
def timeOutMs: Int

Attributes

Inherited from:
IOChannel
def timeOutMs(ts: Int): Unit

Attributes

Inherited from:
IOChannel

Concrete fields

val socket: Socket