Package org.springframework.http.server
@NonNullApi
@NonNullFields
package org.springframework.http.server
Contains an abstraction over server-side HTTP. This package
contains the
ServerHttpRequest
and ServerHttpResponse
,
as well as a Servlet-based implementation of these interfaces.-
ClassDescriptionImplementation of
ServerHttpResponse
that delegates all calls to a given targetServerHttpResponse
.Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.Path segment element.Path separator element.Specialization ofPathContainer
that 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.AServerHttpAsyncRequestControl
to use on Servlet containers.ServerHttpRequest
implementation that is based on aHttpServletRequest
.ServerHttpResponse
implementation that is based on aHttpServletResponse
.