public class RouteMatch extends Object
| Constructor and Description |
|---|
RouteMatch(String service,
HttpMethod httpMethod,
String logicalMethod,
String matchUri,
String requestUri,
int matchStrength) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
getHttpMethod() |
String |
getLogicalMethod() |
int |
getMatchStrength() |
String |
getMatchUri() |
String |
getRequestURI() |
String |
getService() |
public RouteMatch(String service, HttpMethod httpMethod, String logicalMethod, String matchUri, String requestUri, int matchStrength)
public HttpMethod getHttpMethod()
public String getLogicalMethod()
public String getMatchUri()
public String getRequestURI()
public String getService()
public int getMatchStrength()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.