| Package | Description |
|---|---|
| com.att.ajsc.methodmapper.common |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
RouteMatch.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RouteMatch |
SimpleRouteMatcher.findTargetForRequestedRoute(HttpMethod httpMethod,
String path) |
RouteMatch |
RouteMatcher.findTargetForRequestedRoute(HttpMethod httpMethod,
String route) |
List<RouteMatch> |
SimpleRouteMatcher.findTargetsForRequestedRoute(HttpMethod httpMethod,
String path) |
List<RouteMatch> |
RouteMatcher.findTargetsForRequestedRoute(HttpMethod httpMethod,
String path) |
| Constructor and Description |
|---|
RouteMatch(String service,
HttpMethod httpMethod,
String logicalMethod,
String matchUri,
String requestUri,
int matchStrength) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.