Interface ServerFactory

    • Method Detail

      • build

        org.eclipse.jetty.server.Server build​(Environment environment)
        Build a server for the given Dropwizard application.
        Parameters:
        environment - the application's environment
        Returns:
        a Server running the Dropwizard application
      • configure

        void configure​(Environment environment)
        Configures the given environment with settings defined in the factory.
        Parameters:
        environment - the application's environment