TCPChannel

io.quartz.netio.TCPChannel$
See theTCPChannel companion class
object TCPChannel

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def accept(sch: AsynchronousServerSocketChannel): IO[TCPChannel]
def bind(addr: InetSocketAddress, socketGroupThreadsNum: Int): IO[AsynchronousServerSocketChannel]
def connect(host: String, port: Int, group: AsynchronousChannelGroup): IO[TCPChannel]
def effectAsyncChannel[C <: Channel, A](ch: C)(op: C => CompletionHandler[A, Any] => Any): IO[A]

Concrete fields