NettyConfig

zio.http.netty.NettyConfig
See theNettyConfig companion object
final case class NettyConfig(leakDetectionLevel: LeakDetectionLevel, channelType: ChannelType, nThreads: Int) extends Config

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
trait Config
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Configure the server to use the leak detection level provided (@see ResourceLeakDetector.Level).

Configure the server to use the leak detection level provided (@see ResourceLeakDetector.Level).

Attributes

def maxThreads(nThreads: Int): NettyConfig

Configure the server to use a maximum of nThreads to process requests.

Configure the server to use a maximum of nThreads to process requests.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product