Interface URIAccessService
-
public interface URIAccessService
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNITY_FILE_URI_SCHEMA
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description pl.edu.icm.unity.base.file.FileDatareadImageURI(URI uri, String themeName)pl.edu.icm.unity.base.file.FileDatareadURI(URI uri)pl.edu.icm.unity.base.file.FileDatareadURI(URI uri, String customTruststore)RemoteFileDatareadURL(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)
-
-