Uses of Interface
com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever
-
-
Uses of IResourceRetriever in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IResourceRetriever Modifier and Type Field Description private IResourceRetriever
IssuingCertificateRetriever. resourceRetriever
Constructors in com.itextpdf.signatures with parameters of type IResourceRetriever Constructor Description IssuingCertificateRetriever(IResourceRetriever resourceRetriever)
CreatesIssuingCertificateRetriever
instance. -
Uses of IResourceRetriever in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation with type parameters of type IResourceRetriever Modifier and Type Field Description private java.util.function.Supplier<IResourceRetriever>
ValidatorChainBuilder. resourceRetrieverFactory
Methods in com.itextpdf.signatures.validation that return IResourceRetriever Modifier and Type Method Description IResourceRetriever
ValidatorChainBuilder. getResourceRetriever()
Retrieves the explicitly added or automatically createdIResourceRetriever
instance.Method parameters in com.itextpdf.signatures.validation with type arguments of type IResourceRetriever Modifier and Type Method Description ValidatorChainBuilder
ValidatorChainBuilder. withResourceRetriever(java.util.function.Supplier<IResourceRetriever> resourceRetrieverFactory)
Use this factory method to create instances ofIResourceRetriever
for 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 IResourceRetriever Modifier and Type Class Description (package private) class
NoDuplicatesResourceRetriever
Implementation ofDefaultResourceRetriever
which returnsnull
if theURL
fromNoDuplicatesResourceRetriever.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 IResourceRetriever Modifier and Type Class Description class
DefaultResourceRetriever
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.Fields in com.itextpdf.styledxmlparser.resolver.resource declared as IResourceRetriever Modifier and Type Field Description private IResourceRetriever
ResourceResolver. retriever
Methods in com.itextpdf.styledxmlparser.resolver.resource that return IResourceRetriever Modifier and Type Method Description IResourceRetriever
ResourceResolver. getRetriever()
Gets the resource retriever.IResourceRetriever
DefaultResourceRetriever. setConnectTimeout(int connectTimeout)
Sets the connect timeout.IResourceRetriever
DefaultResourceRetriever. setReadTimeout(int readTimeout)
Sets the read timeout.IResourceRetriever
DefaultResourceRetriever. setResourceSizeByteLimit(long resourceSizeByteLimit)
Sets the resource size byte limit.Methods in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetriever Modifier and Type Method Description ResourceResolver
ResourceResolver. setRetriever(IResourceRetriever retriever)
Sets the resource retriever.Constructors in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetriever Constructor Description ResourceResolver(java.lang.String baseUri, IResourceRetriever retriever)
Creates a newResourceResolver
instance. -
Uses of IResourceRetriever in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return IResourceRetriever Modifier and Type Method Description IResourceRetriever
ISvgConverterProperties. getResourceRetriever()
Gets the resource retriever. -
Uses of IResourceRetriever in com.itextpdf.svg.processors.impl
Fields in com.itextpdf.svg.processors.impl declared as IResourceRetriever Modifier and Type Field Description private IResourceRetriever
SvgConverterProperties. resourceRetriever
The resource retriever.Methods in com.itextpdf.svg.processors.impl that return IResourceRetriever Modifier and Type Method Description IResourceRetriever
SvgConverterProperties. getResourceRetriever()
Methods in com.itextpdf.svg.processors.impl with parameters of type IResourceRetriever Modifier and Type Method Description SvgConverterProperties
SvgConverterProperties. setResourceRetriever(IResourceRetriever resourceRetriever)
Sets the resource retriever.
-