Uses of Interface
com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever
Packages that use IResourceRetriever
Package
Description
-
Uses of IResourceRetriever in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IResourceRetrieverModifier and TypeFieldDescriptionprivate final IResourceRetrieverIssuingCertificateRetriever.resourceRetrieverConstructors in com.itextpdf.signatures with parameters of type IResourceRetrieverModifierConstructorDescriptionIssuingCertificateRetriever(IResourceRetriever resourceRetriever) CreatesIssuingCertificateRetrieverinstance. -
Uses of IResourceRetriever in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation with type parameters of type IResourceRetrieverModifier and TypeFieldDescriptionprivate Supplier<IResourceRetriever> ValidatorChainBuilder.resourceRetrieverFactoryMethods in com.itextpdf.signatures.validation that return IResourceRetrieverModifier and TypeMethodDescriptionValidatorChainBuilder.getResourceRetriever()Retrieves the explicitly added or automatically createdIResourceRetrieverinstance.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 ofIResourceRetrieverfor use in the validation chain. -
Uses of IResourceRetriever in com.itextpdf.styledxmlparser.css.parse.syntax
Classes in com.itextpdf.styledxmlparser.css.parse.syntax that implement IResourceRetrieverModifier and TypeClassDescription(package private) classImplementation ofDefaultResourceRetrieverwhich returnsnullif theURLfromNoDuplicatesResourceRetriever.getInputStreamByUrl(URL)has been already processed by the current instance. -
Uses of IResourceRetriever in com.itextpdf.styledxmlparser.resolver.resource
Classes in com.itextpdf.styledxmlparser.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.Fields in com.itextpdf.styledxmlparser.resolver.resource declared as IResourceRetrieverMethods 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 newResourceResolverinstance. -
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
Fields in com.itextpdf.svg.processors.impl declared as IResourceRetrieverModifier and TypeFieldDescriptionprivate IResourceRetrieverSvgConverterProperties.resourceRetrieverThe resource retriever.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.