Packages

p

zio.http

netty

package netty

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. netty
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package client
  2. package server

Type Members

  1. implicit final class BodyExtensions extends AnyVal
  2. sealed trait ChannelType extends AnyRef
  3. final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: zio.Duration, shutdownTimeoutDuration: zio.Duration, bossGroup: BossGroup) extends netty.EventLoopGroups.Config with Product with Serializable

Value Members

  1. object ChannelType
  2. object EventLoopGroups

    Simple wrapper over NioEventLoopGroup

  3. object NettyBody
  4. object NettyConfig extends Serializable
  5. object NettyFutureExecutor
  6. object NettyProxy

Inherited from AnyRef

Inherited from Any

Ungrouped