| Status | Fully Qualified Name |
| MODIFIED (!) | org.springframework.web.servlet.function.AsyncServerResponse |
| MODIFIED (!) | org.springframework.web.servlet.function.ServerResponse |
| NEW | org.springframework.web.servlet.function.ServerResponse$SseBuilder |
| MODIFIED | org.springframework.web.servlet.function.support.HandlerFunctionAdapter |
| Change |
| CLASS_NOW_ABSTRACT |
| CLASS_TYPE_CHANGED |
| Status | Superclass | Compatibility Changes: | ||
| MODIFIED (!) | java.lang.Object(<- org.springframework.web.servlet.function.ErrorHandlingServerResponse) |
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.web.servlet.function.ServerResponse | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW (*) | public abstract | org.springframework.web.servlet.function.ServerResponse | block() | n.a. |
|
|
||||||||||
| REMOVED | public | org.springframework.util.MultiValueMap | cookies() | n.a. | n.a. |
|
||||||||||
| MODIFIED (!) | static public | org.springframework.web.servlet.function.AsyncServerResponse (<- org.springframework.web.servlet.function.ServerResponse) | create(java.lang.Object) | n.a. |
|
|
||||||||||
| NEW (!) | static public | org.springframework.web.servlet.function.AsyncServerResponse | create(java.lang.Object,
| n.a. |
|
|
||||||||||
| REMOVED | public | org.springframework.http.HttpHeaders | headers() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | int | rawStatusCode() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | org.springframework.http.HttpStatus | statusCode() | n.a. | n.a. |
|
||||||||||
| REMOVED | public | org.springframework.web.servlet.ModelAndView | writeTo(javax.servlet.http.HttpServletRequest,
Annotations:
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW (!) | static public | org.springframework.web.servlet.function.ServerResponse | async(java.lang.Object,
| n.a. |
|
|
||||||
| NEW (!) | static public | org.springframework.web.servlet.function.ServerResponse | sse(java.util.function.Consumer) | n.a. |
|
|
||||||
| NEW (!) | static public | org.springframework.web.servlet.function.ServerResponse | sse(java.util.function.Consumer,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | comment(java.lang.String) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | void | complete() | n.a. | n.a. |
|
||||||||
| NEW | public abstract | void | data(java.lang.Object) |
| n.a. |
|
||||||||
| NEW | public abstract | void | error(java.lang.Throwable) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | event(java.lang.String) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | id(java.lang.String) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | onComplete(java.lang.Runnable) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | onError(java.util.function.Consumer) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | onTimeout(java.lang.Runnable) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | org.springframework.web.servlet.function.ServerResponse$SseBuilder | retry(java.time.Duration) | n.a. | n.a. |
|
||||||||
| NEW | public abstract | void | send(java.lang.Object) |
| n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | void | setAsyncRequestTimeout(long) | n.a. | n.a. |
|