| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.web |
| Modifier and Type | Field | Description |
|---|---|---|
protected URLConnectionFactory |
WebHdfsFileSystem.connectionFactory |
Default connection factory may be overridden in tests to use smaller
timeout values
|
static URLConnectionFactory |
URLConnectionFactory.DEFAULT_SYSTEM_CONNECTION_FACTORY |
The URLConnectionFactory that sets the default timeout and it only trusts
Java's SSL certificates.
|
| Modifier and Type | Method | Description |
|---|---|---|
static URLConnectionFactory |
URLConnectionFactory.newDefaultURLConnectionFactory(int connectTimeout,
int readTimeout,
org.apache.hadoop.conf.Configuration conf) |
Construct a new URLConnectionFactory based on the configuration.
|
static URLConnectionFactory |
URLConnectionFactory.newDefaultURLConnectionFactory(org.apache.hadoop.conf.Configuration conf) |
Construct a new URLConnectionFactory based on the configuration.
|
static URLConnectionFactory |
URLConnectionFactory.newOAuth2URLConnectionFactory(int connectTimeout,
int readTimeout,
org.apache.hadoop.conf.Configuration conf) |
Construct a new URLConnectionFactory that supports OAut-based connections.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.