Uses of Interface
org.springframework.http.server.ServerHttpRequest
Packages that use ServerHttpRequest
Package
Description
Contains an abstraction over server-side HTTP.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Support classes for the multipart resolution framework.
-
Uses of ServerHttpRequest in org.springframework.http.server
Classes in org.springframework.http.server that implement ServerHttpRequestModifier and TypeClassDescriptionclassServerHttpRequestimplementation that is based on aHttpServletRequest. -
Uses of ServerHttpRequest in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type ServerHttpRequestModifier and TypeMethodDescriptionprotected booleanDefaultCorsProcessor.handleInternal(ServerHttpRequest request, ServerHttpResponse response, CorsConfiguration config, boolean preFlightRequest) Handle the given request. -
Uses of ServerHttpRequest in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement ServerHttpRequestModifier and TypeClassDescriptionclassServerHttpRequestimplementation that accesses one part of a multipart request.