Uses of Class
com.azure.core.http.rest.StreamResponse
Packages that use StreamResponse
-
Uses of StreamResponse in com.azure.core.util.io
Methods in com.azure.core.util.io with parameters of type StreamResponseModifier and TypeMethodDescriptionIOUtils.transferStreamResponseToAsynchronousByteChannel(AsynchronousByteChannel targetChannel, StreamResponse sourceResponse, BiFunction<Throwable, Long, Mono<StreamResponse>> onErrorResume, ProgressReporter progressReporter, int maxRetries) Transfers theStreamResponsecontent toAsynchronousByteChannel.Method parameters in com.azure.core.util.io with type arguments of type StreamResponseModifier and TypeMethodDescriptionIOUtils.transferStreamResponseToAsynchronousByteChannel(AsynchronousByteChannel targetChannel, StreamResponse sourceResponse, BiFunction<Throwable, Long, Mono<StreamResponse>> onErrorResume, ProgressReporter progressReporter, int maxRetries) Transfers theStreamResponsecontent toAsynchronousByteChannel.