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

Value members

Concrete methods

def close(): IO[Unit]
def put(bb: ByteBuffer): IO[Unit]
def read(timeOut: Int): IO[Chunk[Byte]]
def readBuffer(dst: ByteBuffer, timeOut: Int): IO[Int]
def remoteAddress(): IO[SocketAddress]
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