Interface URIAccessService
-
public interface URIAccessService
-
-
Field Summary
Fields Modifier and Type Field Description static String
UNITY_FILE_URI_SCHEMA
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description pl.edu.icm.unity.base.file.FileData
readImageURI(URI uri, String themeName)
pl.edu.icm.unity.base.file.FileData
readURI(URI uri)
pl.edu.icm.unity.base.file.FileData
readURI(URI uri, String customTruststore)
RemoteFileData
readURL(URI uri, String customTruststore, Duration connectionAndSocketReadTimeout, int retriesNumber)
-
-
-
Field Detail
-
UNITY_FILE_URI_SCHEMA
static final String UNITY_FILE_URI_SCHEMA
- See Also:
- Constant Field Values
-
-
Method Detail
-
readURI
pl.edu.icm.unity.base.file.FileData readURI(URI uri)
-
readURL
RemoteFileData readURL(URI uri, String customTruststore, Duration connectionAndSocketReadTimeout, int retriesNumber)
-
-