Packages

c

wvlet.airframe.http.netty

NettyServerConfig

case class NettyServerConfig(name: String = "default", serverPort: Option[Int] = None, controllerProvider: ControllerProvider = ..., router: Router = Router.empty, useEpoll: Boolean = true, httpLoggerConfig: HttpLoggerConfig = ..., httpLoggerProvider: (HttpLoggerConfig) ⇒ HttpLogger = ..., loggingFilter: (HttpLogger) ⇒ RxHttpFilter = new RPCLoggingFilter(_)) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyServerConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NettyServerConfig(name: String = "default", serverPort: Option[Int] = None, controllerProvider: ControllerProvider = ..., router: Router = Router.empty, useEpoll: Boolean = true, httpLoggerConfig: HttpLoggerConfig = ..., httpLoggerProvider: (HttpLoggerConfig) ⇒ HttpLogger = ..., loggingFilter: (HttpLogger) ⇒ RxHttpFilter = new RPCLoggingFilter(_))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. val controllerProvider: ControllerProvider
  7. def design: Design
  8. def designWithSyncClient: Design
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. val httpLoggerConfig: HttpLoggerConfig
  12. val httpLoggerProvider: (HttpLoggerConfig) ⇒ HttpLogger
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val loggingFilter: (HttpLogger) ⇒ RxHttpFilter
  15. val name: String
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def newHttpLogger: HttpLogger
  18. def newServer(session: Session): NettyServer
  19. def noLogging: NettyServerConfig
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. lazy val port: Int
  23. val router: Router
  24. val serverPort: Option[Int]
  25. def start[U](body: (NettyServer) ⇒ U): U
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val useEpoll: Boolean
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withHttpLogger(loggerProvider: (HttpLoggerConfig) ⇒ HttpLogger): NettyServerConfig
  32. def withHttpLoggerConfig(f: (HttpLoggerConfig) ⇒ HttpLoggerConfig): NettyServerConfig
  33. def withName(name: String): NettyServerConfig
  34. def withPort(port: Int): NettyServerConfig
  35. def withRouter(rxRouter: RxRouter): NettyServerConfig

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped