ChannelEvent

zio.http.ChannelEvent
See theChannelEvent companion object
sealed trait ChannelEvent[+A]

Immutable and type-safe representation of events that are triggered on a netty channel. A represents the message type.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Read[A]
object Registered.type
object Unregistered.type
Self type

Members list

Value members

Concrete methods

def map[B](f: A => B): ChannelEvent[B]