Uses of Interface
com.itextpdf.io.resolver.resource.IResourceRetriever
Packages that use IResourceRetriever
-
Uses of IResourceRetriever in com.itextpdf.io.resolver.resource
Subinterfaces of IResourceRetriever in com.itextpdf.io.resolver.resourceModifier and TypeInterfaceDescriptioninterfaceExtended interface for classes that can retrieve data from resources by URL.Classes in com.itextpdf.io.resolver.resource that implement IResourceRetrieverModifier and TypeClassDescriptionclassDefault implementation of theIResourceRetrieverinterface, 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 LotlServiceLotlService.withCustomResourceRetriever(IResourceRetriever resourceRetriever) Sets a custom resource retriever for fetching resources.