@InterfaceAudience.Public @InterfaceStability.Evolving public class SSLConnectionConfigurator extends Object implements org.apache.hadoop.security.authentication.client.ConnectionConfigurator
Modifier and Type | Method and Description |
---|---|
HttpURLConnection |
configure(HttpURLConnection conn)
Configures the given
HttpURLConnection instance. |
public HttpURLConnection configure(HttpURLConnection conn)
org.apache.hadoop.security.authentication.client.ConnectionConfigurator
HttpURLConnection
instance.configure
in interface org.apache.hadoop.security.authentication.client.ConnectionConfigurator
conn
- the HttpURLConnection
instance to configure.HttpURLConnection
instance.Copyright © 2024 Apache Software Foundation. All rights reserved.