package netty
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- netty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class AsyncBodyReader extends SimpleChannelInboundHandler[HttpContent]
- implicit final class BodyExtensions extends AnyVal
- sealed trait ChannelType extends AnyRef
- final case class NettyChannel[-A](channel: io.netty.channel.Channel, convert: (A) => Any) extends Product with Serializable
- final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: zio.Duration, shutdownTimeoutDuration: zio.Duration) extends netty.EventLoopGroups.Config with Product with Serializable
- class NettyProxy extends AnyRef
Value Members
- object AsyncBodyReader
- object ChannelFactories
- object ChannelType
- object EventLoopGroups
Simple wrapper over NioEventLoopGroup
- object NettyBody extends BodyEncoding
- object NettyBodyWriter
- object NettyChannel extends Serializable
- object NettyConfig extends Serializable
- object NettyFutureExecutor
- object NettyProxy
- object NettyResponse