类的使用
org.springframework.http.server.ServletServerHttpResponse
使用ServletServerHttpResponse的程序包 程序包 说明 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.org.springframework.http.server中ServletServerHttpResponse的使用
参数类型为ServletServerHttpResponse的org.springframework.http.server中的构造器 构造器 说明 ServletServerHttpAsyncRequestControl(ServletServerHttpRequest request, ServletServerHttpResponse response)Constructor accepting a request and response pair that are expected to be of typeServletServerHttpRequestandServletServerHttpResponserespectively.org.springframework.web.servlet.mvc.method.annotation中ServletServerHttpResponse的使用
返回ServletServerHttpResponse的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 protected ServletServerHttpResponseAbstractMessageConverterMethodProcessor. createOutputMessage(NativeWebRequest webRequest)Creates a newHttpOutputMessagefrom the givenNativeWebRequest.参数类型为ServletServerHttpResponse的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 protected <T> voidAbstractMessageConverterMethodProcessor. writeWithMessageConverters(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage)Writes the given return type to the given output message.