Package | Description |
---|---|
org.apache.hadoop.http |
Modifier and Type | Method and Description |
---|---|
HttpServer2.Builder |
HttpServer2.Builder.addEndpoint(URI endpoint)
Add an endpoint that the HTTP server should listen to.
|
HttpServer2.Builder |
HttpServer2.Builder.authFilterConfigurationPrefix(String value) |
HttpServer2.Builder |
HttpServer2.Builder.configureXFrame(boolean xFrameEnabled)
Adds the ability to control X_FRAME_OPTIONS on HttpServer2.
|
HttpServer2.Builder |
HttpServer2.Builder.disallowFallbackToRandomSingerSecretProvider(boolean value) |
HttpServer2.Builder |
HttpServer2.Builder.excludeCiphers(String pExcludeCiphers) |
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(AccessControlList acl) |
HttpServer2.Builder |
HttpServer2.Builder.setConf(Configuration conf) |
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.setXFrameOption(String option)
Sets a valid X-Frame-option that can be used by HttpServer2.
|
HttpServer2.Builder |
HttpServer2.Builder.trustStore(String location,
String password,
String type) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.