final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: zio.Duration, shutdownTimeoutDuration: zio.Duration) extends netty.EventLoopGroups.Config with Product with Serializable
- Self Type
- NettyConfig
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NettyConfig
- Serializable
- Serializable
- Product
- Equals
- Config
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int, shutdownQuietPeriodDuration: zio.Duration, shutdownTimeoutDuration: zio.Duration)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def channelType(channelType: ChannelType): NettyConfig
-
val
channelType: ChannelType
- Definition Classes
- NettyConfig → Config
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
leakDetection(level: LeakDetectionLevel): NettyConfig
Configure the server to use the leak detection level provided (@see <a href="https://netty.io/4.1/api/io/netty/util/ResourceLeakDetector.Level.html">ResourceLeakDetector.Level).
- val leakDetectionLevel: LeakDetectionLevel
-
def
maxThreads(nThreads: Int): NettyConfig
Configure the server to use a maximum of nThreads to process requests.
-
val
nThreads: Int
- Definition Classes
- NettyConfig → Config
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
val
shutdownQuietPeriod: Long
- Definition Classes
- NettyConfig → Config
- val shutdownQuietPeriodDuration: zio.Duration
-
val
shutdownTimeOut: Long
- Definition Classes
- NettyConfig → Config
-
val
shutdownTimeUnit: TimeUnit
- Definition Classes
- NettyConfig → Config
- val shutdownTimeoutDuration: zio.Duration
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )