Uses of Class
com.realobjects.pdfreactor.useragent.UserAgentConfiguration
Packages that use UserAgentConfiguration
-
Uses of UserAgentConfiguration in com.realobjects.pdfreactor.useragent
Methods in com.realobjects.pdfreactor.useragent that return UserAgentConfigurationModifier and TypeMethodDescriptionUserAgentConfiguration.setHttpCacheSettings
(HttpCacheSettings httpCacheSettings) Specifies settings related to the HTTP cache.UserAgentConfiguration.setNetworkSettings
(Configuration.NetworkSettings networkSettings) Specifies settings related to the PDFreactorConfiguration.NetworkSettings
.UserAgentConfiguration.setSecuritySettings
(Configuration.SecuritySettings securitySettings) Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content.Constructors in com.realobjects.pdfreactor.useragent with parameters of type UserAgentConfigurationModifierConstructorDescriptionUserAgent
(UserAgentConfiguration config) Construct a newUserAgent
.