public class RequestData extends Object
Constructor and Description |
---|
RequestData(org.springframework.web.reactive.function.client.ClientRequest request) |
RequestData(org.springframework.http.HttpMethod httpMethod,
URI url,
org.springframework.http.HttpHeaders headers,
org.springframework.util.MultiValueMap<String,String> cookies,
Map<String,Object> attributes) |
RequestData(org.springframework.http.HttpRequest request) |
RequestData(org.springframework.http.server.reactive.ServerHttpRequest request) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes() |
org.springframework.util.MultiValueMap<String,String> |
getCookies() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getHttpMethod() |
URI |
getUrl() |
int |
hashCode() |
String |
toString() |
public RequestData(org.springframework.http.HttpMethod httpMethod, URI url, org.springframework.http.HttpHeaders headers, org.springframework.util.MultiValueMap<String,String> cookies, Map<String,Object> attributes)
public RequestData(org.springframework.web.reactive.function.client.ClientRequest request)
public RequestData(org.springframework.http.HttpRequest request)
public RequestData(org.springframework.http.server.reactive.ServerHttpRequest request)
public org.springframework.http.HttpMethod getHttpMethod()
public URI getUrl()
public org.springframework.http.HttpHeaders getHeaders()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.