Uses of Interface
org.springframework.http.server.ServerHttpResponse
Packages that use ServerHttpResponse
Package
Description
Contains an abstraction over server-side HTTP.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.-
Uses of ServerHttpResponse in org.springframework.http.server
Classes in org.springframework.http.server that implement ServerHttpResponseModifier and TypeClassDescriptionclass
Implementation ofServerHttpResponse
that delegates all calls to a given targetServerHttpResponse
.class
ServerHttpResponse
implementation that is based on aHttpServletResponse
.Methods in org.springframework.http.server that return ServerHttpResponseModifier and TypeMethodDescriptionDelegatingServerHttpResponse.getDelegate()
Returns the target response that this response delegates to.Methods in org.springframework.http.server with parameters of type ServerHttpResponseModifier and TypeMethodDescriptionServerHttpRequest.getAsyncRequestControl
(ServerHttpResponse response) Return a control that allows putting the request in asynchronous mode so the response remains open until closed explicitly from the current or another thread.ServletServerHttpRequest.getAsyncRequestControl
(ServerHttpResponse response) Constructors in org.springframework.http.server with parameters of type ServerHttpResponseModifierConstructorDescriptionCreate a newDelegatingServerHttpResponse
. -
Uses of ServerHttpResponse in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type ServerHttpResponseModifier and TypeMethodDescriptionprotected boolean
DefaultCorsProcessor.handleInternal
(ServerHttpRequest request, ServerHttpResponse response, CorsConfiguration config, boolean preFlightRequest) Handle the given request.protected void
DefaultCorsProcessor.rejectRequest
(ServerHttpResponse response) Invoked when one of the CORS checks failed.