Uses of Class
org.springframework.http.server.ServletServerHttpResponse
Package
Description
Contains an abstraction over server-side HTTP.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ServletServerHttpResponse in org.springframework.http.server
ModifierConstructorDescriptionServletServerHttpAsyncRequestControl
(ServletServerHttpRequest request, ServletServerHttpResponse response) Constructor accepting a request and response pair that are expected to be of typeServletServerHttpRequest
andServletServerHttpResponse
respectively. -
Uses of ServletServerHttpResponse in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionprotected ServletServerHttpResponse
AbstractMessageConverterMethodProcessor.createOutputMessage
(NativeWebRequest webRequest) Creates a newHttpOutputMessage
from the givenNativeWebRequest
.Modifier and TypeMethodDescriptionprotected <T> void
AbstractMessageConverterMethodProcessor.writeWithMessageConverters
(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage) Writes the given return type to the given output message.