UndertowServletWebServerFactory
constructor()
Create a new UndertowServletWebServerFactory instance.
Create a new UndertowServletWebServerFactory that listens for requests using the specified port.
Parameters
port
the port to listen on
Create a new UndertowServletWebServerFactory with the specified context path and port.
Parameters
contextPath
the root context path
port
the port to listen on