ChannelType

zio.http.netty.ChannelType
See theChannelType companion trait
object ChannelType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object AUTO extends ChannelType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ChannelType
class Object
trait Matchable
class Any
Show all
Self type
AUTO.type
trait Config

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Config
class NettyConfig
case object EPOLL extends ChannelType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ChannelType
class Object
trait Matchable
class Any
Show all
Self type
EPOLL.type
case object KQUEUE extends ChannelType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ChannelType
class Object
trait Matchable
class Any
Show all
Self type
KQUEUE.type
case object NIO extends ChannelType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ChannelType
class Object
trait Matchable
class Any
Show all
Self type
NIO.type
case object URING extends ChannelType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ChannelType
class Object
trait Matchable
class Any
Show all
Self type
URING.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror