Uses of Package
org.springframework.web.server
Packages that use org.springframework.web.server
Package
Description
Mock objects for the functional web framework.
Mock implementations of Spring's reactive server web API abstractions.
Support for testing Spring WebFlux server endpoints via
WebTestClient.This package contains classes used to determine the requested the media types in a request.
Support classes for web data binding.
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.WebFilter implementations for use in
reactive web applications.Support classes for annotation-based handler method processing.
Top-level package for the
spring-webflux module that contains
DispatcherHandler, the main entry
point for WebFlux server endpoint processing including key contracts used to
map requests to handlers, invoke them, and process the result.RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
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.
Support classes for serving static resources.
Support for various programming model styles including the invocation of
different types of handlers like an annotated controller or a simple
WebHandler.RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction.
Server support for WebSocket interactions.
Server-side support classes for WebSocket requests.
Holds implementations of
RequestUpgradeStrategy.Core interfaces and classes for Spring's generic, reactive web support.
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.Provides common WebHandler implementations and a
WebHandlerDecorator.Locale related support classes.
Auxiliary interfaces and implementation classes for
WebSession support.Support package for annotation-based Servlet MVC controllers.
-
Classes in org.springframework.web.server used by org.springframework.mock.web.reactive.function.serverClassDescriptionContract for an HTTP request-response interaction.Main contract for using a server-side session that provides access to session attributes across HTTP requests.
-
Classes in org.springframework.web.server used by org.springframework.mock.web.serverClassDescriptionContract for an HTTP request-response interaction.Main contract for using a server-side session that provides access to session attributes across HTTP requests.
-
Classes in org.springframework.web.server used by org.springframework.test.web.reactive.serverClassDescriptionContract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.Contract to handle a web request.
-
Classes in org.springframework.web.server used by org.springframework.web.acceptClassDescriptionSubclass of
ErrorResponseExceptionthat accepts a "reason", and by default maps that to the"detail"of theProblemDetail. -
Classes in org.springframework.web.server used by org.springframework.web.bind.supportClassDescriptionSubclass of
ErrorResponseExceptionthat accepts a "reason", and by default maps that to the"detail"of theProblemDetail.Contract for an HTTP request-response interaction.Exception for errors that fit response status 400 (bad request) for use in Spring Web applications. -
Classes in org.springframework.web.server used by org.springframework.web.cors.reactiveClassDescriptionContract for an HTTP request-response interaction.Contract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.Contract to allow a
WebFilterto delegate to the next in the chain. -
Classes in org.springframework.web.server used by org.springframework.web.filter.reactiveClassDescriptionContract for an HTTP request-response interaction.Contract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.Contract to allow a
WebFilterto delegate to the next in the chain. -
Classes in org.springframework.web.server used by org.springframework.web.method.annotationClassDescriptionSubclass of
ErrorResponseExceptionthat accepts a "reason", and by default maps that to the