Uses of Class
org.apache.commons.configuration2.io.URLConnectionOptions
Packages that use 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
Methods in org.apache.commons.configuration2.builder with parameters of type URLConnectionOptionsModifier 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
Fields in org.apache.commons.configuration2.io declared as URLConnectionOptionsModifier and TypeFieldDescriptionstatic final URLConnectionOptions
URLConnectionOptions.DEFAULT
Default options.Methods in org.apache.commons.configuration2.io that return URLConnectionOptionsModifier and TypeMethodDescriptionFileLocator.getURLConnectionOptions()
Gets the URLConnectionOptionsURLConnectionOptions.setAllowUserInteraction
(boolean allowUserInteraction) URLConnectionOptions.setConnectTimeoutMillis
(int connectTimeoutMillis) URLConnectionOptions.setReadTimeoutMillis
(int readTimeoutMillis) URLConnectionOptions.setUseCaches
(boolean useCaches) Methods in org.apache.commons.configuration2.io with parameters of type URLConnectionOptionsModifier 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
.Constructors in org.apache.commons.configuration2.io with parameters of type URLConnectionOptionsModifierConstructorDescriptionURLConnectionOptions
(URLConnectionOptions urlConnectionOptions) Constructs an instance with values from the given URLConnectionOptions.