public class JSONRPC2Servlet extends HttpServlet
Constructor and Description |
---|
JSONRPC2Servlet()
Webapp
|
JSONRPC2Servlet(RouterContext ctx,
SecurityManager secMan)
Plugin
|
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doGet(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
protected void |
doPost(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
void |
init() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public JSONRPC2Servlet()
public JSONRPC2Servlet(RouterContext ctx, SecurityManager secMan)
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
protected void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
protected void doPost(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException