@WebServlet(urlPatterns="/proxy") public class ProxyServlet extends BaseServlet
logger| 构造器和说明 |
|---|
ProxyServlet() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
代理发送GET请求
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
代理发送PSOT请求
|
assemblyRequestMap, destroy, getApp, getBean, getDomain, getInt, getInt, getIpAddr, getRealPath, getResString, getResString, getResString, getResString, getSession, getSession, getString, getUrl, init, isMobileDevice, outJson, outJson, outJson, outString, readStreamParameter, removeSession, sendHtml, setCookie, setSession, setSessiondoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet 在类中 javax.servlet.http.HttpServletrequest - HttpServletRequest对象response - HttpServletResponse 对象javax.servlet.ServletException - Servlet异常处理IOException - IO异常处理protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost 在类中 javax.servlet.http.HttpServletrequest - HttpServletRequest对象response - HttpServletResponse 对象javax.servlet.ServletException - Servlet异常处理IOException - IO异常处理Copyright © 2016. All rights reserved.