object DevServerStart
Ordering
- Alphabetic
- By Inheritance
Inherited
- DevServerStart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def mainDevHttpAndHttpsMode(buildLink: BuildLink, httpPort: Int, httpsPort: Int, httpAddress: String): ReloadableServer
Provides an HTTP and HTTPS server for the dev environment
Provides an HTTP and HTTPS server for the dev environment
This method uses simple Java types so that it can be used with reflection by code compiled with different versions of Scala.
- def mainDevHttpMode(buildLink: BuildLink, httpPort: Int, httpAddress: String): ReloadableServer
Provides an HTTP server for the dev environment
Provides an HTTP server for the dev environment
This method uses simple Java types so that it can be used with reflection by code compiled with different versions of Scala.
- def mainDevOnlyHttpsMode(buildLink: BuildLink, httpsPort: Int, httpAddress: String): ReloadableServer
Provides an HTTPS-only server for the dev environment.
Provides an HTTPS-only server for the dev environment.
This method uses simple Java types so that it can be used with reflection by code compiled with different versions of Scala.
Used to start servers in 'dev' mode, a mode where the application is reloaded whenever its source changes.