public class VertxClientHttpResponse extends Object implements org.springframework.http.client.reactive.ClientHttpResponse
| Constructor and Description |
|---|
VertxClientHttpResponse(io.vertx.core.http.HttpClientResponse delegate,
BufferConverter bufferConverter) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> |
getBody() |
org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> |
getCookies() |
org.springframework.http.HttpHeaders |
getHeaders() |
int |
getRawStatusCode() |
org.springframework.http.HttpStatus |
getStatusCode() |
public VertxClientHttpResponse(io.vertx.core.http.HttpClientResponse delegate,
BufferConverter bufferConverter)
public int getRawStatusCode()
getRawStatusCode in interface org.springframework.http.client.reactive.ClientHttpResponsepublic org.springframework.http.HttpStatus getStatusCode()
getStatusCode in interface org.springframework.http.client.reactive.ClientHttpResponsepublic reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> getBody()
getBody in interface org.springframework.http.ReactiveHttpInputMessagepublic org.springframework.http.HttpHeaders getHeaders()
getHeaders in interface org.springframework.http.HttpMessagepublic org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> getCookies()
getCookies in interface org.springframework.http.client.reactive.ClientHttpResponseCopyright © 2019. All rights reserved.