TCPChannel

zhttp.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): Task[TCPChannel]
def bind(addr: InetSocketAddress, socketGroupThreadsNum: Int): Task[AsynchronousServerSocketChannel]
def connect(host: String, port: Int, group: AsynchronousChannelGroup): Task[TCPChannel]
def effectAsyncChannel[C <: Channel, A](ch: C)(op: C => CompletionHandler[A, Any] => Unit): Task[A]

Concrete fields

val HTTP_READ_PACKET: Int