Package | Description |
---|---|
org.apache.hadoop.yarn.server.router.webapp |
Router WebApp package.
|
Modifier and Type | Method and Description |
---|---|
static HTTPMethods |
HTTPMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethods[] |
HTTPMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> T |
RouterWebServiceUtil.genericForward(String webApp,
javax.servlet.http.HttpServletRequest hsr,
Class<T> returnType,
HTTPMethods method,
String targetPath,
Object formParam,
Map<String,String[]> additionalParam)
Creates and performs a REST call to a specific WebService.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.