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. 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) extends netty.EventLoopGroups.Config with Product with Serializable
  6. class NettyProxy extends AnyRef

Value Members

  1. object AsyncBodyReader
  2. object ChannelFactories
  3. object ChannelType
  4. object EventLoopGroups

    Simple wrapper over NioEventLoopGroup

  5. object NettyBody extends BodyEncoding
  6. object NettyBodyWriter
  7. object NettyChannel extends Serializable
  8. object NettyConfig extends Serializable
  9. object NettyFutureExecutor
  10. object NettyProxy
  11. object NettyResponse
  12. object Versions

Inherited from AnyRef

Inherited from Any

Ungrouped