public class WebAppProxyServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description | 
|---|---|
| static String | PROXY_USER_COOKIE_NAME | 
| Constructor and Description | 
|---|
| WebAppProxyServlet()Default constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp) | 
| protected void | doPut(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp) | 
| protected void | setConf(org.apache.hadoop.yarn.conf.YarnConfiguration conf) | 
doDelete, doHead, doOptions, doPost, doTrace, getLastModified, service, servicepublic static final String PROXY_USER_COOKIE_NAME
protected void setConf(org.apache.hadoop.yarn.conf.YarnConfiguration conf)
protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws javax.servlet.ServletException,
                     IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected final void doPut(javax.servlet.http.HttpServletRequest req,
                           javax.servlet.http.HttpServletResponse resp)
                    throws javax.servlet.ServletException,
                           IOException
doPut in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.