public class SPAImpl
extends java.lang.Object
| Constructor and Description |
|---|
SPAImpl() |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
serve(java.lang.String spaDir,
int port)
Creates a redirect handler to the angular server using the defaults
|
static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
serve(java.lang.String spaDir,
int port,
java.lang.String... commandLine) |
static void |
stop()
Stops the running process if any
|
public static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> serve(java.lang.String spaDir,
int port)
public static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> serve(java.lang.String spaDir,
int port,
java.lang.String... commandLine)
public static void stop()
Copyright © 2019. All Rights Reserved.