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

Value members

Concrete methods

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