TCPChannel

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TCPChannel.type

Members list

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

val HTTP_READ_PACKET: Int