org.springframework.boot.context.embedded.undertow

Class UndertowEmbeddedServletContainerFactory

    • Constructor Detail

      • UndertowEmbeddedServletContainerFactory

        public UndertowEmbeddedServletContainerFactory(int port)
        Create a new UndertowEmbeddedServletContainerFactory that listens for requests using the specified port.
        Parameters:
        port - the port to listen on
      • UndertowEmbeddedServletContainerFactory

        public UndertowEmbeddedServletContainerFactory(String contextPath,
                                                       int port)
        Create a new UndertowEmbeddedServletContainerFactory with the specified context path and port.
        Parameters:
        contextPath - root the context path
        port - the port to listen on

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.