Uses of Package
org.springframework.http.server
Packages that use org.springframework.http.server Package Description org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.org.springframework.mock.web.reactive.function.server Mock objects for the functional web framework.org.springframework.web.cors Support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.servlet.function Provides the types that make up Spring's functional web framework for Servlet environments.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.socket.server Server-side abstractions for WebSocket interactions.org.springframework.web.socket.server.jetty Server-side support for the Jetty 9+ WebSocket API.org.springframework.web.socket.server.standard Server-side classes for use with standard JSR-356 WebSocket endpoints.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.org.springframework.web.socket.sockjs Top-level SockJS types.org.springframework.web.socket.sockjs.support Support classes for SockJS including anAbstractSockJsServiceimplementation.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.Classes in org.springframework.http.server used by org.springframework.http.server Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.PathContainer.Element A path element, either separator or path segment.PathContainer.Options Options to customize parsing based on the type of input path.RequestPath Represents the complete path for a request.ServerHttpAsyncRequestControl A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.ServletServerHttpRequest ServerHttpRequestimplementation that is based on aHttpServletRequest.ServletServerHttpResponse ServerHttpResponseimplementation that is based on aHttpServletResponse.Classes in org.springframework.http.server used by org.springframework.http.server.reactive Class Description RequestPath Represents the complete path for a request.Classes in org.springframework.http.server used by org.springframework.mock.web.reactive.function.server Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Classes in org.springframework.http.server used by org.springframework.web.cors Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.multipart.support Class Description ServerHttpRequest Represents a server-side HTTP request.ServletServerHttpRequest ServerHttpRequestimplementation that is based on aHttpServletRequest.Classes in org.springframework.http.server used by org.springframework.web.reactive.function.server Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Classes in org.springframework.http.server used by org.springframework.web.reactive.function.server.support Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Classes in org.springframework.http.server used by org.springframework.web.reactive.handler Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Classes in org.springframework.http.server used by org.springframework.web.servlet.function Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Classes in org.springframework.http.server used by org.springframework.web.servlet.mvc.method.annotation Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.ServletServerHttpRequest ServerHttpRequestimplementation that is based on aHttpServletRequest.ServletServerHttpResponse ServerHttpResponseimplementation that is based on aHttpServletResponse.Classes in org.springframework.http.server used by org.springframework.web.socket.server Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.server.jetty Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.server.standard Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.server.support Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.support Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transport Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transport.handler Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transport.session Class Description ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.Classes in org.springframework.http.server used by org.springframework.web.util.pattern Class Description PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.PathContainer.Options Options to customize parsing based on the type of input path.