Uses of Class
org.springframework.http.server.ServletServerHttpRequest
Package
Description
Contains an abstraction over server-side HTTP.
Support classes for the multipart resolution framework.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ServletServerHttpRequest 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 ServletServerHttpRequest in org.springframework.web.multipart.support
Modifier and TypeClassDescriptionclass
ServerHttpRequest
implementation that accesses one part of a multipart request. -
Uses of ServletServerHttpRequest in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionprotected ServletServerHttpRequest
AbstractMessageConverterMethodArgumentResolver.createInputMessage
(NativeWebRequest webRequest) Create a newHttpInputMessage
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.