Uses of Class
org.springframework.http.server.ServletServerHttpResponse
Packages that use 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.serverConstructors in org.springframework.http.server with parameters of type ServletServerHttpResponseModifierConstructorDescriptionServletServerHttpAsyncRequestControl(ServletServerHttpRequest request, ServletServerHttpResponse response) Constructor accepting a request and response pair that are expected to be of typeServletServerHttpRequestandServletServerHttpResponserespectively.
- 
Uses of ServletServerHttpResponse in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation that return ServletServerHttpResponseModifier and TypeMethodDescriptionprotected ServletServerHttpResponseAbstractMessageConverterMethodProcessor.createOutputMessage(NativeWebRequest webRequest) Creates a newHttpOutputMessagefrom the givenNativeWebRequest.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ServletServerHttpResponseModifier and TypeMethodDescriptionprotected <T> voidAbstractMessageConverterMethodProcessor.writeWithMessageConverters(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage) Writes the given return type to the given output message.