Uses of Package
org.springframework.http.server
Packages that use org.springframework.http.server
Package
Description
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Support classes for the multipart resolution framework.
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
Dedicated support for matching HTTP request paths.
-
Classes in org.springframework.http.server used by org.springframework.http.serverClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.Specialization ofPathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication().A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.Represents a server-side HTTP request.Represents a server-side HTTP response.ServerHttpRequestimplementation that is based on aHttpServletRequest.ServerHttpResponseimplementation that is based on aHttpServletResponse. -
Classes in org.springframework.http.server used by org.springframework.http.server.reactiveClassDescriptionSpecialization of
PathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.corsClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.multipart.supportClassDescriptionRepresents a server-side HTTP request.
ServerHttpRequestimplementation that is based on aHttpServletRequest. -
Classes in org.springframework.http.server used by org.springframework.web.utilClassDescriptionSpecialization of
PathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.util.patternClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Options to customize parsing based on the type of input path.