zio.http.netty

package zio.http.netty

Members list

Packages

Type members

Classlikes

final implicit class BodyExtensions(val body: Body) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
sealed trait ChannelType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AUTO
object EPOLL
object KQUEUE
object NIO
object URING
object ChannelType

Attributes

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

Simple wrapper over NioEventLoopGroup

Simple wrapper over NioEventLoopGroup

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NettyBody

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
NettyBody.type
final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: Duration, shutdownTimeoutDuration: Duration, bossGroup: BossGroup) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
trait Config
class Object
trait Matchable
class Any
Show all
Self type
object NettyConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NettyProxy

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
NettyProxy.type

Implicits

Implicits

final implicit def BodyExtensions(body: Body): BodyExtensions