DevServerStart

play.core.server.DevServerStart
See theDevServerStart companion class

Used to start servers in 'dev' mode, a mode where the application is reloaded whenever its source changes.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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.

Attributes

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.

Attributes

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.

Attributes