|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
The superclass changed from java.lang.Object to org.springframework.http.server.reactive.AbstractServerHttpRequest.
Removed interface org.springframework.http.server.reactive.ServerHttpRequest.
| Removed Constructors | |
HttpMethod, |
Convenience alternative to .MockServerHttpRequest(HttpMethod, URI) that accepts a String URL. |
HttpMethod, |
Create a new instance with the given HTTP method and URL. |
|
|
Create a new instance where the HTTP method and/or URL can be set later via .setHttpMethod(HttpMethod) and .setUri(URI). |
| Removed Methods | |
MockServerHttpRequest addHeader(String, |
|
MockServerHttpRequest setBody(<any>) |
|
MockServerHttpRequest setBody(String, |
|
void setContextPath(String) |
|
MockServerHttpRequest setHeader(String, |
|
void setHttpMethod(HttpMethod) |
|
MockServerHttpRequest setUri(String) |
|
MockServerHttpRequest setUri(URI) |
|
| Added Methods | |
BaseBuilder<?> delete(String, |
Create an HTTP DELETE builder with the given url. |
BaseBuilder<?> get(String, |
Create an HTTP GET builder with the given url. |
Optional<InetSocketAddress> getRemoteAddress() |
|
BaseBuilder<?> head(String, |
Create an HTTP HEAD builder with the given url. |
MultiValueMap<String, HttpCookie>) initCookies() |
|
BodyBuilder method(HttpMethod, |
Alternative to .method(HttpMethod, URI) that accepts a URI template. |
BodyBuilder method(HttpMethod, |
Create a builder with the given HTTP method and a URI. |
BaseBuilder<?> options(String, |
Creates an HTTP OPTIONS builder with the given url. |
BodyBuilder patch(String, |
Create an HTTP PATCH builder with the given url. |
BodyBuilder post(String, |
Create an HTTP POST builder with the given url. |
BodyBuilder put(String, |
Create an HTTP PUT builder with the given url. |
| Changed Methods | ||
MultiValueMap<String, HttpCookie> getCookies() |
Method was locally defined, but is now inherited from AbstractServerHttpRequest. | |
HttpHeaders getHeaders() |
Method was locally defined, but is now inherited from AbstractServerHttpRequest. | |
MultiValueMap<String, String> getQueryParams() |
Method was locally defined, but is now inherited from AbstractServerHttpRequest. | |
URI getURI() |
Method was locally defined, but is now inherited from AbstractServerHttpRequest. | |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||