Uses of Class
org.springframework.http.server.ServletServerHttpResponse
Packages that use ServletServerHttpResponse Package Description org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ServletServerHttpResponse in org.springframework.http.server
Constructors in org.springframework.http.server with parameters of type ServletServerHttpResponse Constructor Description ServletServerHttpAsyncRequestControl(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.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return ServletServerHttpResponse Modifier and Type Method Description protected ServletServerHttpResponseAbstractMessageConverterMethodProcessor. createOutputMessage(NativeWebRequest webRequest)Creates a newHttpOutputMessagefrom the givenNativeWebRequest.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ServletServerHttpResponse Modifier and Type Method Description protected <T> voidAbstractMessageConverterMethodProcessor. writeWithMessageConverters(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage)Writes the given return type to the given output message.