| Package | Description |
|---|---|
| com.itextpdf.io.resolver.resource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAdvancedResourceRetriever
Extended interface for classes that can retrieve data from resources by URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourceRetriever
Default implementation of the
IResourceRetriever interface, which can set a limit
on the size of retrieved resources using input stream with a limit on the number of bytes read. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 1998–2026 Apryse Group NV. All rights reserved.