AbstractServletWebServerFactory

constructor()

Create a new AbstractServletWebServerFactory instance.


constructor(port: Int)

Create a new AbstractServletWebServerFactory instance with the specified port.

Parameters

port

the port number for the web server


constructor(contextPath: String, port: Int)

Create a new AbstractServletWebServerFactory instance with the specified context path and port.

Parameters

contextPath

the context path for the web server

port

the port number for the web server