Uses of Class
com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
-
Uses of Configuration.CustomUrlStreamHandler in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.CustomUrlStreamHandler.setHandler
(URLStreamHandler value) The handler.Configuration.CustomUrlStreamHandler.setProtocol
(String value) The protocol, for example "http" or "https".Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setCustomUrlStreamHandlers
(Configuration.CustomUrlStreamHandler... values) Adds aURLStreamHandler
for the specified protocol which will be used for all connections to retrieve the input document and resources.