| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| com.azure.core.util |
Package containing core utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PagedResponse<T>
Response of a REST API that returns page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PagedResponseBase<H,T>
Represents an HTTP response that contains a list of items deserialized into a
Page. |
class |
ResponseBase<H,T>
The response of a REST request.
|
class |
SimpleResponse<T>
REST response with a strongly-typed content specified.
|
class |
StreamResponse
REST response with a streaming content.
|
| Constructor and Description |
|---|
SimpleResponse(Response<?> response,
T value)
Creates a
SimpleResponse from a response and a value. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Mono<T> |
FluxUtil.toMono(Response<T> response)
Converts the incoming content to Mono.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.