Uses of Class
com.realobjects.pdfreactor.Configuration.NetworkSettings
Packages that use Configuration.NetworkSettings
- 
Uses of Configuration.NetworkSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.NetworkSettingsModifier and TypeMethodDescriptionConfiguration.NetworkSettings.setAuthenticationCredentials(Configuration.HttpCredentials... authenticationCredentials) Enables access to resources that are secured via HTTP authentication.Configuration.NetworkSettings.setConnectTimeout(Integer connectTimeout) Sets a timeout in milliseconds for connecting to resources, such as HTTP requests to style sheets, images etc.Configuration.NetworkSettings.setCookiePolicy(Configuration.CookiePolicy cookiePolicy) Specifies the cookie handling policy.Configuration.NetworkSettings.setCookies(Configuration.Cookie... cookies) Adds cookies to outgoing HTTP connections.Configuration.NetworkSettings.setReadTimeout(Integer readTimeout) Sets a timeout in milliseconds for reading resources, such as HTTP requests to style sheets, images etc.Configuration.NetworkSettings.setRequestHeaders(Configuration.KeyValuePair... requestHeaders) Sets request headers to all outgoing HTTP connections.Methods in com.realobjects.pdfreactor with parameters of type Configuration.NetworkSettingsModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setNetworkSettings(Configuration.NetworkSettings value) Specifies settings for URL connections that PDFreactor establishes during the conversion to load resources. - 
Uses of Configuration.NetworkSettings in com.realobjects.pdfreactor.useragent
Methods in com.realobjects.pdfreactor.useragent with parameters of type Configuration.NetworkSettingsModifier and TypeMethodDescriptionUserAgentConfiguration.setNetworkSettings(Configuration.NetworkSettings networkSettings) Specifies settings related to the PDFreactorConfiguration.NetworkSettings.