Uses of Class
com.realobjects.pdfreactor.Configuration.KeyValuePair
Packages that use Configuration.KeyValuePair
- 
Uses of Configuration.KeyValuePair in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.KeyValuePairModifier and TypeMethodDescriptionThe key.The value.Methods in com.realobjects.pdfreactor with parameters of type Configuration.KeyValuePairModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setAuthenticationCredentials(Configuration.KeyValuePair value) Deprecated.final ConfigurationConfiguration.setCookies(Configuration.KeyValuePair... values) Deprecated.final ConfigurationConfiguration.setCustomDocumentProperties(Configuration.KeyValuePair... values) Adds a custom property to the PDF document.final ConfigurationConfiguration.setRawCookies(Configuration.KeyValuePair... values) Deprecated.Configuration.NetworkSettings.setRequestHeaders(Configuration.KeyValuePair... requestHeaders) Sets request headers to all outgoing HTTP connections.final ConfigurationConfiguration.setRequestHeaders(Configuration.KeyValuePair... values) Deprecated. - 
Uses of Configuration.KeyValuePair in com.realobjects.pdfreactor.contentobserver
Methods in com.realobjects.pdfreactor.contentobserver that return Configuration.KeyValuePairModifier and TypeMethodDescriptionConnection.getRequestHeaders()The request headers.Connection.getResponseHeaders()The response headers.