Class UserAgentConfiguration
java.lang.Object
com.realobjects.pdfreactor.useragent.UserAgentConfiguration
This class contains all options related to the UserAgent
.
Some options may be identical to the Configuration
, in which case the ones
specified here take precedence, even if the are null
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetHttpCacheSettings
(HttpCacheSettings httpCacheSettings) Specifies settings related to the HTTP cache.setNetworkSettings
(Configuration.NetworkSettings networkSettings) Specifies settings related to the PDFreactorConfiguration.NetworkSettings
.setSecuritySettings
(Configuration.SecuritySettings securitySettings) Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content.
-
Constructor Details
-
UserAgentConfiguration
public UserAgentConfiguration()
-
-
Method Details
-
setSecuritySettings
Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content.
- Returns:
- The current
UserAgentConfiguration
instance.
-
setNetworkSettings
Specifies settings related to the PDFreactor
Configuration.NetworkSettings
.- Returns:
- The current
UserAgentConfiguration
instance.
-
setHttpCacheSettings
Specifies settings related to the HTTP cache.
- Returns:
- The current
UserAgentConfiguration
instance.
-