Uses of Enum Class
org.apache.hadoop.yarn.server.router.webapp.HTTPMethods
Packages that use HTTPMethods
-
Uses of HTTPMethods in org.apache.hadoop.yarn.server.router.webapp
Methods in org.apache.hadoop.yarn.server.router.webapp that return HTTPMethodsModifier and TypeMethodDescriptionstatic HTTPMethodsReturns the enum constant of this class with the specified name.static HTTPMethods[]HTTPMethods.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.router.webapp with parameters of type HTTPMethodsModifier and TypeMethodDescriptionprotected static <T> TRouterWebServiceUtil.genericForward(String webApp, javax.servlet.http.HttpServletRequest hsr, Class<T> returnType, HTTPMethods method, String targetPath, Object formParam, Map<String, String[]> additionalParam, org.apache.hadoop.conf.Configuration conf, javax.ws.rs.client.Client client) Creates and performs a REST call to a specific WebService.