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. All

Type Members

  1. abstract class AsyncBodyReader extends SimpleChannelInboundHandler[HttpContent]
  2. implicit final class BodyExtensions extends AnyVal
  3. sealed trait ChannelType extends AnyRef
  4. final case class NettyChannel[-A](channel: io.netty.channel.Channel, convert: (A) ⇒ Any) extends Product with Serializable
  5. final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: zio.Duration, shutdownTimeoutDuration: zio.Duration) extends netty.EventLoopGroups.Config with Product with Serializable
  6. class NettyProxy extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped