Uses of Interface
com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever
Packages that use IResourceRetriever
Package
Description
-
Uses of IResourceRetriever in com.itextpdf.signatures
Constructors in com.itextpdf.signatures with parameters of type IResourceRetrieverModifierConstructorDescriptionIssuingCertificateRetriever
(IResourceRetriever resourceRetriever) CreatesIssuingCertificateRetriever
instance. -
Uses of IResourceRetriever in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation that return IResourceRetrieverModifier and TypeMethodDescriptionValidatorChainBuilder.getResourceRetriever()
Retrieves the explicitly added or automatically createdIResourceRetriever
instance.Method parameters in com.itextpdf.signatures.validation with type arguments of type IResourceRetrieverModifier and TypeMethodDescriptionValidatorChainBuilder.withResourceRetriever
(Supplier<IResourceRetriever> resourceRetrieverFactory) Use this factory method to create instances ofIResourceRetriever
for use in the validation chain. -
Uses of IResourceRetriever in com.itextpdf.styledxmlparser.resolver.resource
Classes in com.itextpdf.styledxmlparser.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.styledxmlparser.resolver.resource that return IResourceRetrieverModifier and TypeMethodDescriptionResourceResolver.getRetriever()
Gets the resource retriever.DefaultResourceRetriever.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.Methods in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetrieverModifier and TypeMethodDescriptionResourceResolver.setRetriever
(IResourceRetriever retriever) Sets the resource retriever.Constructors in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetrieverModifierConstructorDescriptionResourceResolver
(String baseUri, IResourceRetriever retriever) Creates a newResourceResolver
instance. -
Uses of IResourceRetriever in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return IResourceRetrieverModifier and TypeMethodDescriptionISvgConverterProperties.getResourceRetriever()
Gets the resource retriever. -
Uses of IResourceRetriever in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return IResourceRetrieverMethods in com.itextpdf.svg.processors.impl with parameters of type IResourceRetrieverModifier and TypeMethodDescriptionSvgConverterProperties.setResourceRetriever
(IResourceRetriever resourceRetriever) Sets the resource retriever.