ClientHttpChannelReader

final case class ClientHttpChannelReader[E, A](msg: AnyRef, promise: Promise[E, A])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def onActive(ctx: JChannelHandlerContext): Task[Unit]
def onChannelRead(a: A): UIO[Unit]
def onExceptionCaught(e: E): UIO[Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product