TCPChannel

io.quartz.netio.TCPChannel
See theTCPChannel companion object
class TCPChannel(val ch: AsynchronousSocketChannel) 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 rcvBufSize(nBytes: Int): AsynchronousSocketChannel
def read(timeOut: Int): IO[Chunk[Byte]]
def secure(): Boolean
def setOption[T](opt: SocketOption[T], val0: T): AsynchronousSocketChannel
def sndBufSize(nBytes: Int): AsynchronousSocketChannel
def write(chunk: Chunk[Byte]): IO[Int]
def write(buffer: ByteBuffer): IO[Int]

Inherited methods

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

Attributes

Inherited from:
IOChannel

Concrete fields

val ch: AsynchronousSocketChannel
var f_putBack: ByteBuffer