Uses of Class
com.realobjects.pdfreactor.Configuration.CustomUrlStreamHandler
Packages that use Configuration.CustomUrlStreamHandler
-
Uses of Configuration.CustomUrlStreamHandler in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.CustomUrlStreamHandlerModifier and TypeMethodDescriptionConfiguration.CustomUrlStreamHandler.setHandler
(URLStreamHandler value) The handler.Configuration.CustomUrlStreamHandler.setProtocol
(String value) The protocol, for example "http" or "https".Methods in com.realobjects.pdfreactor with parameters of type Configuration.CustomUrlStreamHandlerModifier 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.