Uses of Class
org.springframework.http.server.ServletServerHttpRequest
Packages that use ServletServerHttpRequest Package Description org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ServletServerHttpRequest in org.springframework.http.server
Constructors in org.springframework.http.server with parameters of type ServletServerHttpRequest Constructor Description ServletServerHttpAsyncRequestControl(ServletServerHttpRequest request, ServletServerHttpResponse response)Constructor accepting a request and response pair that are expected to be of typeServletServerHttpRequestandServletServerHttpResponserespectively.Uses of ServletServerHttpRequest in org.springframework.web.multipart.support
Subclasses of ServletServerHttpRequest in org.springframework.web.multipart.support Modifier and Type Class Description classRequestPartServletServerHttpRequestServerHttpRequestimplementation that accesses one part of a multipart request.Uses of ServletServerHttpRequest in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return ServletServerHttpRequest Modifier and Type Method Description protected ServletServerHttpRequestAbstractMessageConverterMethodArgumentResolver. createInputMessage(NativeWebRequest webRequest)Create a newHttpInputMessagefrom the givenNativeWebRequest.Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ServletServerHttpRequest 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.