Uses of Class
org.apache.hadoop.http.HttpServer2.Builder
Packages that use HttpServer2.Builder
-
Uses of HttpServer2.Builder in org.apache.hadoop.http
Methods in org.apache.hadoop.http that return HttpServer2.BuilderModifier and TypeMethodDescriptionHttpServer2.Builder.addEndpoint(URI endpoint) Add an endpoint that the HTTP server should listen to.HttpServer2.Builder.configureXFrame(boolean xFrameEnabled) Adds the ability to control X_FRAME_OPTIONS on HttpServer2.HttpServer2.Builder.disallowFallbackToRandomSingerSecretProvider(boolean value) HttpServer2.Builder.excludeCiphers(String pExcludeCiphers) Set the hostname of the http server.HttpServer2.Builder.includeCiphers(String pIncludeCiphers) HttpServer2.Builder.keyPassword(String password) HttpServer2.Builder.needsClientAuth(boolean value) Specify whether the server should authorize the client in SSL connections.HttpServer2.Builder.setACL(AccessControlList acl) HttpServer2.Builder.setAuthFilterConfigurationPrefix(String value) HttpServer2.Builder.setAuthFilterConfigurationPrefixes(String[] prefixes) HttpServer2.Builder.setConf(Configuration conf) HttpServer2.Builder.setFindPort(boolean findPort) HttpServer2.Builder.setKeytabConfKey(String keytabConfKey) HttpServer2.Builder.setPathSpec(String[] pathSpec) HttpServer2.Builder.setPortRanges(Configuration.IntegerRanges ranges) HttpServer2.Builder.setSecurityEnabled(boolean securityEnabled) HttpServer2.Builder.setSniHostCheckEnabled(boolean sniHostCheckEnabled) Enable or disable sniHostCheck.HttpServer2.Builder.setSSLConf(Configuration sslCnf) Specify the SSL configuration to load.HttpServer2.Builder.setUsernameConfKey(String usernameConfKey) HttpServer2.Builder.setXFrameOption(String option) Sets a valid X-Frame-option that can be used by HttpServer2.HttpServer2.Builder.trustStore(String location, String password, String type)