AbstractServletWebServerFactory
constructor()
Create a new AbstractServletWebServerFactory instance.
Create a new AbstractServletWebServerFactory instance with the specified port.
Parameters
port
the port number for the web server
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