Java org.springframework.web.reactive.function.client ClientResponse fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.reactive.function.client ClientResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.reactive.function.client ClientResponse.

The text is from its open source code.

Method

Tbody(BodyExtractor extractor)
Extract the body with the given BodyExtractor .
MonobodyToMono(Class elementClass)
Extract the body to a Mono .
MonobodyToMono(ParameterizedTypeReference elementTypeRef)
Extract the body to a Mono .
Headersheaders()
Return the headers of this response.
HttpStatusstatusCode()
Return the HTTP status code as an HttpStatus enum value.