Returns the HTTP port of the server.
Returns the HTTP port of the server.
This is useful when the port number has been automatically selected (by setting a port number of 0).
The HTTP port the server is bound to, if the HTTP connector is enabled.
Returns the HTTPS port of the server.
Returns the HTTPS port of the server.
This is useful when the port number has been automatically selected (by setting a port number of 0).
The HTTPS port the server is bound to, if the HTTPS connector is enabled.
Starts a Play server using Akka HTTP.