Uses of Class
org.apache.commons.configuration2.io.URLConnectionOptions
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package with classes related to I/O operations.
-
Uses of URLConnectionOptions in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionFileBasedBuilderParametersImpl.setURL
(URL url, URLConnectionOptions urlConnectionOptions) default T
FileBasedBuilderProperties.setURL
(URL url, URLConnectionOptions urlConnectionOptions) Sets the location of the associatedFileHandler
as aURL
object. -
Uses of URLConnectionOptions in org.apache.commons.configuration2.io
Modifier and TypeFieldDescriptionstatic final URLConnectionOptions
URLConnectionOptions.DEFAULT
Default options.Modifier and TypeMethodDescriptionFileLocator.getURLConnectionOptions()
Gets the URLConnectionOptionsURLConnectionOptions.setAllowUserInteraction
(boolean allowUserInteraction) URLConnectionOptions.setConnectTimeoutMillis
(int connectTimeoutMillis) URLConnectionOptions.setReadTimeoutMillis
(int readTimeoutMillis) URLConnectionOptions.setUseCaches
(boolean useCaches) Modifier and TypeMethodDescriptionDefaultFileSystem.getInputStream
(URL url, URLConnectionOptions urlConnectionOptions) FileSystem.getInputStream
(URL url, URLConnectionOptions urlConnectionOptions) Not abstract for binary compatibility.void
FileHandler.setURL
(URL url, URLConnectionOptions urlConnectionOptions) Sets the location of the associated file as a URL.FileLocator.FileLocatorBuilder.urlConnectionOptions
(URLConnectionOptions urlConnectionOptions) Specifies the source URL connection options of the newFileLocator
.ModifierConstructorDescriptionURLConnectionOptions
(URLConnectionOptions urlConnectionOptions) Constructs an instance with values from the given URLConnectionOptions.