package netty
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- netty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class BodyExtensions extends AnyVal
- sealed trait ChannelType extends AnyRef
- 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
- object ChannelType
- object EventLoopGroups
Simple wrapper over NioEventLoopGroup
- object NettyBody
- object NettyConfig extends Serializable
- object NettyFutureExecutor
- object NettyProxy