NettyChannel

zio.http.netty.NettyChannel
See theNettyChannel companion object
final case class NettyChannel[-A](channel: Channel, convert: A => Any)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def autoRead(flag: Boolean)(implicit trace: Trace): UIO[Unit]
def awaitClose(implicit trace: Trace): UIO[Unit]
def close(await: Boolean)(implicit trace: Trace): Task[Unit]
def contramap[A1](f: A1 => A): NettyChannel[A1]
def flush(implicit trace: Trace): Task[Unit]
def id(implicit trace: Trace): String
def isAutoRead(implicit trace: Trace): UIO[Boolean]
def read(implicit trace: Trace): UIO[Unit]
def write(msg: A, await: Boolean)(implicit trace: Trace): Task[Unit]
def writeAndFlush(msg: A, await: Boolean)(implicit trace: Trace): Task[Unit]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product