Uses of Class
org.apache.hadoop.http.HttpServer2.Builder

Packages that use HttpServer2.Builder
org.apache.hadoop.http   
 

Uses of HttpServer2.Builder in org.apache.hadoop.http
 

Methods in org.apache.hadoop.http that return HttpServer2.Builder
 HttpServer2.Builder HttpServer2.Builder.addEndpoint(URI endpoint)
          Add an endpoint that the HTTP server should listen to.
 HttpServer2.Builder HttpServer2.Builder.hostName(String hostName)
          Set the hostname of the http server.
 HttpServer2.Builder HttpServer2.Builder.keyPassword(String password)
           
 HttpServer2.Builder HttpServer2.Builder.keyStore(String location, String password, String type)
           
 HttpServer2.Builder HttpServer2.Builder.needsClientAuth(boolean value)
          Specify whether the server should authorize the client in SSL connections.
 HttpServer2.Builder HttpServer2.Builder.setACL(org.apache.hadoop.security.authorize.AccessControlList acl)
           
 HttpServer2.Builder HttpServer2.Builder.setConf(Configuration conf)
           
 HttpServer2.Builder HttpServer2.Builder.setConnector(org.mortbay.jetty.Connector connector)
           
 HttpServer2.Builder HttpServer2.Builder.setFindPort(boolean findPort)
           
 HttpServer2.Builder HttpServer2.Builder.setKeytabConfKey(String keytabConfKey)
           
 HttpServer2.Builder HttpServer2.Builder.setName(String name)
           
 HttpServer2.Builder HttpServer2.Builder.setPathSpec(String[] pathSpec)
           
 HttpServer2.Builder HttpServer2.Builder.setSecurityEnabled(boolean securityEnabled)
           
 HttpServer2.Builder HttpServer2.Builder.setUsernameConfKey(String usernameConfKey)
           
 HttpServer2.Builder HttpServer2.Builder.trustStore(String location, String password, String type)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.