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.Mock objects for the functional web framework.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Support classes for the multipart resolution framework.
Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the
org.springframework.web.reactive.function.server package.Provides HandlerMapping implementations including abstract base classes.
Provides the types that make up Spring's functional web framework for Servlet environments.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.Server-side abstractions for WebSocket interactions.
Server-side support for the Jetty 9+ WebSocket API.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
for upgrading a request.
Top-level SockJS types.
Support classes for SockJS including an
AbstractSockJsService
implementation.Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService.TransportHandler
implementation classes as well as a concrete
SockJsService.SockJS specific implementations of
WebSocketSession.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.mock.web.reactive.function.serverClassDescriptionSpecialization 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.reactive.function.serverClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Specialization ofPathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.reactive.function.server.supportClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Specialization ofPathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.reactive.handlerClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements. -
Classes in org.springframework.http.server used by org.springframework.web.servlet.functionClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Specialization ofPathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.servlet.handlerClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.Specialization ofPathContainerthat subdivides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication(). -
Classes in org.springframework.http.server used by org.springframework.web.servlet.mvcClassDescriptionStructured representation of a URI path parsed via
PathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements. -
Classes in org.springframework.http.server used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionRepresents 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.web.socket.serverClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.server.jettyClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.server.standardClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.server.supportClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.sockjsClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.supportClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transportClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
Classes in org.springframework.http.server used by org.springframework.web.socket.sockjs.transport.sessionClassDescriptionRepresents a server-side HTTP request.Represents a server-side HTTP response.
-
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.