public class HandlersManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlersManager.EndpointKey |
| Constructor and Description |
|---|
HandlersManager(io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.core.http.HttpServerRequest req) |
void |
processDirectory(String directoryName,
int rootLength) |
void |
start() |
void |
stop() |
public void start()
public void handle(io.vertx.core.http.HttpServerRequest req)
public void stop()
public void processDirectory(String directoryName, int rootLength)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.