Uses of Class
org.apache.commons.configuration2.io.URLConnectionOptions
-
Packages that use URLConnectionOptions Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.io A package with classes related to I/O operations. -
-
Uses of URLConnectionOptions in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type URLConnectionOptions Modifier and Type Method Description FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setURL(URL url, URLConnectionOptions urlConnectionOptions)default TFileBasedBuilderProperties. setURL(URL url, URLConnectionOptions urlConnectionOptions)Sets the location of the associatedFileHandleras aURLobject. -
Uses of URLConnectionOptions in org.apache.commons.configuration2.io
Fields in org.apache.commons.configuration2.io declared as URLConnectionOptions Modifier and Type Field Description static URLConnectionOptionsURLConnectionOptions. DEFAULTDefault options.Methods in org.apache.commons.configuration2.io that return URLConnectionOptions Modifier and Type Method Description URLConnectionOptionsFileLocator. getURLConnectionOptions()Gets the URLConnectionOptionsURLConnectionOptionsURLConnectionOptions. setAllowUserInteraction(boolean allowUserInteraction)URLConnectionOptionsURLConnectionOptions. setConnectTimeoutMillis(int connectTimeoutMillis)URLConnectionOptionsURLConnectionOptions. setReadTimeoutMillis(int readTimeoutMillis)URLConnectionOptionsURLConnectionOptions. setUseCaches(boolean useCaches)Methods in org.apache.commons.configuration2.io with parameters of type URLConnectionOptions Modifier and Type Method Description InputStreamDefaultFileSystem. getInputStream(URL url, URLConnectionOptions urlConnectionOptions)InputStreamFileSystem. getInputStream(URL url, URLConnectionOptions urlConnectionOptions)Not abstract for binary compatibility.voidFileHandler. setURL(URL url, URLConnectionOptions urlConnectionOptions)Sets the location of the associated file as a URL.FileLocator.FileLocatorBuilderFileLocator.FileLocatorBuilder. urlConnectionOptions(URLConnectionOptions urlConnectionOptions)Specifies the source URL connection options of the newFileLocator.Constructors in org.apache.commons.configuration2.io with parameters of type URLConnectionOptions Constructor Description URLConnectionOptions(URLConnectionOptions urlConnectionOptions)Constructs an instance with values from the given URLConnectionOptions.
-