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