| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.webapp | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> WebApps.Builder<T> | WebApps. $for(String prefix) | 
| static <T> WebApps.Builder<T> | WebApps. $for(String prefix,
    Class<T> api,
    T app)Create a new webapp builder. | 
| static <T> WebApps.Builder<T> | WebApps. $for(String prefix,
    Class<T> api,
    T app,
    String wsPrefix)Create a new webapp builder. | 
| static <T> WebApps.Builder<T> | WebApps. $for(String prefix,
    T app) | 
| static <T> WebApps.Builder<T> | WebApps. $for(T app) | 
| WebApps.Builder<T> | WebApps.Builder. at(int port) | 
| WebApps.Builder<T> | WebApps.Builder. at(String bindAddress) | 
| WebApps.Builder<T> | WebApps.Builder. at(String address,
  int port,
  boolean findPort) | 
| WebApps.Builder<T> | WebApps.Builder. inDevMode() | 
| WebApps.Builder<T> | WebApps.Builder. needsClientAuth(boolean needsClientAuth) | 
| WebApps.Builder<T> | WebApps.Builder. with(org.apache.hadoop.conf.Configuration conf) | 
| WebApps.Builder<T> | WebApps.Builder. withAppClientProtocol(org.apache.hadoop.yarn.api.ApplicationClientProtocol appClientProto) | 
| WebApps.Builder<T> | WebApps.Builder. withAttribute(String key,
             Object value) | 
| WebApps.Builder<T> | WebApps.Builder. withCSRFProtection(String prefix)Enable the CSRF filter. | 
| WebApps.Builder<T> | WebApps.Builder. withHttpPolicy(org.apache.hadoop.conf.Configuration conf,
              org.apache.hadoop.http.HttpConfig.Policy httpPolicy) | 
| WebApps.Builder<T> | WebApps.Builder. withHttpSpnegoKeytabKey(String spnegoKeytabKey) | 
| WebApps.Builder<T> | WebApps.Builder. withHttpSpnegoPrincipalKey(String spnegoPrincipalKey) | 
| WebApps.Builder<T> | WebApps.Builder. withPortRange(org.apache.hadoop.conf.Configuration config,
             String portRangeConfKey)Set port range config key and associated configuration object. | 
| WebApps.Builder<T> | WebApps.Builder. withServlet(String name,
           String pathSpec,
           Class<? extends javax.servlet.http.HttpServlet> servlet) | 
| WebApps.Builder<T> | WebApps.Builder. withServlet(String name,
           String pathSpec,
           Class<? extends javax.servlet.http.HttpServlet> servlet,
           Map<String,String> params,
           boolean loadExistingFilters) | 
| WebApps.Builder<T> | WebApps.Builder. withXFSProtection(String prefix)Enable the XFS filter. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.