NettyServerConfig
wvlet.airframe.http.netty.NettyServerConfig
case class NettyServerConfig(name: String, serverPort: Option[Int], controllerProvider: ControllerProvider, router: Router, useEpoll: Boolean, httpLoggerConfig: HttpLoggerConfig, httpLoggerProvider: HttpLoggerConfig => HttpLogger, customCodec: PartialFunction[Surface, MessageCodec[_]], executionContext: ExecutionContext)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article