Uses of Class
org.springframework.http.server.ServletServerHttpRequest
Packages that use ServletServerHttpRequest
Package
Description
Contains an abstraction over server-side HTTP.
Support classes for the multipart resolution framework.
-
Uses of ServletServerHttpRequest in org.springframework.http.server
Constructors in org.springframework.http.server with parameters of type ServletServerHttpRequestModifierConstructorDescriptionServletServerHttpAsyncRequestControl
(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
Subclasses of ServletServerHttpRequest in org.springframework.web.multipart.supportModifier and TypeClassDescriptionclass
ServerHttpRequest
implementation that accesses one part of a multipart request.