Package ratpack.launch.internal

Examples of ratpack.launch.internal.DefaultLaunchConfig


   *
   * @param handlerFactory The handler factory for the application
   * @return A newly constructed {@link LaunchConfig} based on this builder's state
   */
  public LaunchConfig build(@Nullable HandlerFactory handlerFactory) {
    return new DefaultLaunchConfig(
      baseDir,
      port,
      address,
      development,
      threads,
View Full Code Here

TOP

Related Classes of ratpack.launch.internal.DefaultLaunchConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.