Uses of Interface
com.itextpdf.io.resolver.resource.IResourceRetriever
Packages that use IResourceRetriever
-
Uses of IResourceRetriever in com.itextpdf.io.resolver.resource
Classes in com.itextpdf.io.resolver.resource that implement IResourceRetrieverModifier and TypeClassDescriptionclass
Default implementation of theIResourceRetriever
interface, which can set a limit on the size of retrieved resources using input stream with a limit on the number of bytes read.Methods in com.itextpdf.io.resolver.resource that return IResourceRetrieverModifier and TypeMethodDescriptionDefaultResourceRetriever.setConnectTimeout
(int connectTimeout) Sets the connect timeout.DefaultResourceRetriever.setReadTimeout
(int readTimeout) Sets the read timeout.DefaultResourceRetriever.setResourceSizeByteLimit
(long resourceSizeByteLimit) Sets the resource size byte limit. -
Uses of IResourceRetriever in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl with parameters of type IResourceRetrieverModifier and TypeMethodDescriptionfinal LotlService
LotlService.withCustomResourceRetriever
(IResourceRetriever resourceRetriever) Sets a custom resource retriever for fetching resources.