IOChannel

io.quartz.netio.IOChannel
trait IOChannel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def close(): Task[Unit]
def put(bb: ByteBuffer): Task[Unit]
def read(timeOut: Int): Task[Chunk[Byte]]
def readBuffer(dst: ByteBuffer, timeOut: Int): Task[Int]
def secure(): Boolean
def write(buffer: ByteBuffer): Task[Int]

Concrete methods

def read(): Task[Chunk[Byte]]
def sniServerNames(): Option[Array[String]]
def timeOutMs(ts: Int): Unit