public class LagomReloadableDevServerStart$
extends Object
Modifier and Type | Field and Description |
---|---|
static LagomReloadableDevServerStart$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LagomReloadableDevServerStart$() |
Modifier and Type | Method and Description |
---|---|
ReloadableServer |
mainDevHttpMode(play.core.BuildLink buildLink,
int httpPort)
Provides an HTTP server for the dev environment
|
ReloadableServer |
mainDevOnlyHttpsMode(play.core.BuildLink buildLink,
int httpsPort,
String httpAddress)
Provides an HTTPS-only server for the dev environment.
|
public static final LagomReloadableDevServerStart$ MODULE$
public ReloadableServer mainDevOnlyHttpsMode(play.core.BuildLink buildLink, int httpsPort, String httpAddress)
This method uses simple Java types so that it can be used with reflection by code compiled with different versions of Scala.
public ReloadableServer mainDevHttpMode(play.core.BuildLink buildLink, int httpPort)
This method uses simple Java types so that it can be used with reflection by code compiled with different versions of Scala.