Uses of Class
org.apache.hadoop.hdfs.web.URLConnectionFactory
Packages that use URLConnectionFactory
-
Uses of URLConnectionFactory in org.apache.hadoop.hdfs.web
Fields in org.apache.hadoop.hdfs.web declared as URLConnectionFactoryModifier and TypeFieldDescriptionprotected URLConnectionFactoryWebHdfsFileSystem.connectionFactoryDefault connection factory may be overridden in tests to use smaller timeout valuesstatic final URLConnectionFactoryURLConnectionFactory.DEFAULT_SYSTEM_CONNECTION_FACTORYThe URLConnectionFactory that sets the default timeout and it only trusts Java's SSL certificates.Methods in org.apache.hadoop.hdfs.web that return URLConnectionFactoryModifier and TypeMethodDescriptionstatic URLConnectionFactoryURLConnectionFactory.newDefaultURLConnectionFactory(int connectTimeout, int readTimeout, org.apache.hadoop.conf.Configuration conf) Construct a new URLConnectionFactory based on the configuration.static URLConnectionFactoryURLConnectionFactory.newDefaultURLConnectionFactory(org.apache.hadoop.conf.Configuration conf) Construct a new URLConnectionFactory based on the configuration.static URLConnectionFactoryURLConnectionFactory.newOAuth2URLConnectionFactory(int connectTimeout, int readTimeout, org.apache.hadoop.conf.Configuration conf) Construct a new URLConnectionFactory that supports OAut-based connections.