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 NettyChannel[-A](channel: io.netty.channel.Channel, convert: (A) => Any) extends Channel[A] with Product with Serializable
- class NettyProxy extends AnyRef
- final case class NettyServerConfig(leakDetectionLevel: LeakDetectionLevel = LeakDetectionLevel.SIMPLE) extends Product with Serializable
Value Members
- object ChannelFactories
- object ChannelType
- object EventLoopGroups
Simple wrapper over NioEventLoopGroup
- object NettyBody extends BodyEncoding
- object NettyBodyWriter
- object NettyChannel extends Serializable
- object NettyFutureExecutor
- object NettyProxy
- object NettyResponse
- object NettyServerConfig extends Serializable
- object Versions