@Deprecated public class ModifyResponseBodyGatewayFilterFactory.ResponseAdapter extends Object implements org.springframework.http.client.reactive.ClientHttpResponse
| Constructor and Description |
|---|
ResponseAdapter(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body,
org.springframework.http.HttpHeaders headers)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> |
getBody()
Deprecated.
|
org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> |
getCookies()
Deprecated.
|
org.springframework.http.HttpHeaders |
getHeaders()
Deprecated.
|
int |
getRawStatusCode()
Deprecated.
|
org.springframework.http.HttpStatus |
getStatusCode()
Deprecated.
|
public ResponseAdapter(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body,
org.springframework.http.HttpHeaders headers)
public 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.http.HttpStatus getStatusCode()
getStatusCode in interface org.springframework.http.client.reactive.ClientHttpResponsepublic int getRawStatusCode()
getRawStatusCode in interface org.springframework.http.client.reactive.ClientHttpResponsepublic org.springframework.util.MultiValueMap<String,org.springframework.http.ResponseCookie> getCookies()
getCookies in interface org.springframework.http.client.reactive.ClientHttpResponseCopyright © 2020 Pivotal Software, Inc.. All rights reserved.