Interface EmbeddedServerFactory

    • Method Detail

      • create

        EmbeddedServer create​(Routes routeMatcher,
                              StaticFilesConfiguration staticFilesConfiguration,
                              ExceptionMapper exceptionMapper,
                              boolean hasMultipleHandler)
        Creates an embedded server instance.
        Parameters:
        routeMatcher - The route matcher
        staticFilesConfiguration - The static files configuration object
        hasMultipleHandler - true if other handlers exist
        Returns:
        the created instance