Class DRPCResource
java.lang.Object
org.apache.storm.daemon.drpc.webapp.DRPCResource
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DRPCResource
 
- 
- 
Method Details- 
post@POST @Path("/{func}") public String post(@PathParam("func") String func, String args, @Context jakarta.servlet.http.HttpServletRequest request) throws Exception - Throws:
- Exception
 
- 
get@GET @Path("/{func}/{args}") public String get(@PathParam("func") String func, @PathParam("args") String args, @Context jakarta.servlet.http.HttpServletRequest request) throws Exception - Throws:
- Exception
 
- 
get@GET @Path("/{func}") public String get(@PathParam("func") String func, @Context jakarta.servlet.http.HttpServletRequest request) throws Exception - Throws:
- Exception
 
 
-