| Package | Description |
|---|---|
| com.azure.communication.callingserver |
Package containing the classes for AzureCommunicationCallingServer.
|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallingServerClient.downloadTo(String sourceEndpoint,
Path destinationPath,
ParallelDownloadOptions parallelDownloadOptions,
boolean overwrite)
Download the content located in
endpoint into a file marked by path. |
Mono<Void> |
CallingServerAsyncClient.downloadTo(String sourceEndpoint,
Path destinationPath,
ParallelDownloadOptions parallelDownloadOptions,
boolean overwrite)
Download the content located in
endpoint into a file marked by path. |
Mono<com.azure.core.http.rest.Response<Void>> |
CallingServerAsyncClient.downloadToWithResponse(String sourceEndpoint,
Path destinationPath,
ParallelDownloadOptions parallelDownloadOptions,
boolean overwrite)
Download the content located in
endpoint into a file marked by path. |
com.azure.core.http.rest.Response<Void> |
CallingServerClient.downloadToWithResponse(String sourceEndpoint,
Path destinationPath,
ParallelDownloadOptions parallelDownloadOptions,
boolean overwrite,
com.azure.core.util.Context context)
Download the content located in
endpoint into a file marked by path. |
| Modifier and Type | Method and Description |
|---|---|
ParallelDownloadOptions |
ParallelDownloadOptions.setBlockSize(Long blockSize)
Sets the block size.
|
ParallelDownloadOptions |
ParallelDownloadOptions.setMaxConcurrency(Integer maxConcurrency) |
ParallelDownloadOptions |
ParallelDownloadOptions.setProgressReceiver(ProgressReceiver progressReceiver)
Sets the
ProgressReceiver. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.