SocketChannel

io.quartz.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(): IO[Unit]
def read(timeOut: Int): IO[Chunk[Byte]]
def secure(): Boolean
def write(buffer: ByteBuffer): IO[Int]

Inherited methods

def sniServerNames(): Option[Array[String]]

Attributes

Inherited from:
IOChannel

Concrete fields

val socket: Socket