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
ServerHttpResponsethat delegates all calls to a given targetServerHttpResponse.Structured representation of a URI path parsed viaPathContainer.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.Path segment element.Path separator element.Specialization ofPathContainerthat sub-divides 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.AServerHttpAsyncRequestControlto use on Servlet containers.ServerHttpRequestimplementation that is based on aHttpServletRequest.ServerHttpResponseimplementation that is based on aHttpServletResponse.