public class LagomReloadableDevServerStart
extends Object
Constructor and Description |
---|
LagomReloadableDevServerStart() |
Modifier and Type | Method and Description |
---|---|
static ReloadableServer |
mainDevHttpMode(play.core.BuildLink buildLink,
int httpPort)
Provides an HTTP server for the dev environment
|
static ReloadableServer |
mainDevOnlyHttpsMode(play.core.BuildLink buildLink,
int httpsPort,
String httpAddress)
Provides an HTTPS-only server for the dev environment.
|
public static 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 static 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.