public class HttpMapping extends Object
| Constructor and Description |
|---|
HttpMapping() |
| Modifier and Type | Method and Description |
|---|---|
static IMappedServices |
getMapping(org.vertx.java.core.http.HttpServerRequest request,
Map<String,IMappedServices> mappingRules) |
static boolean |
isMappingIndexRequest(org.vertx.java.core.http.HttpServerRequest request,
HttpGateway httpGateway) |
protected static String |
mappingRulesToJson(Map<String,IMappedServices> rules) |
static void |
respond(org.vertx.java.core.http.HttpServerRequest request,
HttpGateway httpGateway) |
public static void respond(org.vertx.java.core.http.HttpServerRequest request,
HttpGateway httpGateway)
public static boolean isMappingIndexRequest(org.vertx.java.core.http.HttpServerRequest request,
HttpGateway httpGateway)
protected static String mappingRulesToJson(Map<String,IMappedServices> rules) throws IOException
IOExceptionpublic static IMappedServices getMapping(org.vertx.java.core.http.HttpServerRequest request, Map<String,IMappedServices> mappingRules)
Copyright © 2011–2015 Red Hat. All rights reserved.