Class ConnectorServiceV1.DownloadThreeDFileBinary

    • Constructor Detail

      • DownloadThreeDFileBinary

        public DownloadThreeDFileBinary()
    • Method Detail

      • downloadThreeDFileBinaryFromURL

        public static CompletableFuture<ThreeDFileBinary> downloadThreeDFileBinaryFromURL​(String downloadUrl,
                                                                                          int maxRetries,
                                                                                          @Nullable
                                                                                          URI tempStorageURI,
                                                                                          boolean forceTempStorage,
                                                                                          List<okhttp3.Interceptor> interceptors)