Uses of Interface
com.azure.core.http.rest.Response
Packages that use Response
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing core utility classes.
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of Response in com.azure.core.http.rest
Subinterfaces of Response in com.azure.core.http.restModifier and TypeInterfaceDescriptioninterfaceResponse of a REST API that returns page.Classes in com.azure.core.http.rest that implement ResponseModifier and TypeClassDescriptionclassPagedResponseBase<H,T> Represents an HTTP response that contains a list of items deserialized into aPage.classResponseBase<H,T> The response of a REST request.classThis class represents a simple HTTP response with a strongly-typed content.final classThis class represents a REST response with a streaming content.Constructors in com.azure.core.http.rest with parameters of type ResponseModifierConstructorDescriptionSimpleResponse(Response<?> response, T value) Creates aSimpleResponsefrom a response and a value. -
Uses of Response in com.azure.core.util
Methods in com.azure.core.util with parameters of type Response -
Uses of Response in com.azure.core.util.polling
Methods in com.azure.core.util.polling with parameters of type ResponseModifier and TypeMethodDescriptionChecks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.booleanbooleanbooleanbooleanbooleanChecks if this strategy is able to handle polling for this long-running operation based on the information in the initial response.booleanChainedPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.DefaultPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) LocationPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) OperationResourcePollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) PollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.StatusCheckPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncChainedPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.SyncDefaultPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncLocationPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncOperationResourcePollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) SyncPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Parses the initial response into aLongRunningOperationStatus, and stores information useful for polling in thePollingContext.SyncStatusCheckPollingStrategy.onInitialResponse(Response<?> response, PollingContext<T> pollingContext, TypeReference<T> pollResponseType) Method parameters in com.azure.core.util.polling with type arguments of type ResponseModifier and TypeMethodDescriptionstatic <T,U> PollerFlux <T, U> PollerFlux.create(Duration pollInterval, Supplier<Mono<? extends Response<?>>> initialOperation, PollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.static <T,U> SyncPoller <T, U> SyncPoller.createPoller(Duration pollInterval, Supplier<Response<?>> initialOperation, SyncPollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.