Package | Description |
---|---|
org.springframework.mock.web.reactive.function.server |
Mock objects for the functional web framework.
|
org.springframework.mock.web.server |
Mock implementations of Spring's reactive server web API abstractions.
|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.cors.reactive |
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.filter.reactive |
WebFilter implementations for use in
reactive web applications. |
org.springframework.web.reactive |
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. |
org.springframework.web.reactive.accept |
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request. |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
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 the
org.springframework.web.reactive.function.server package. |
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.reactive.result |
Support for various programming model styles including the invocation of
different types of handlers, e.g.
|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based handler method processing.
|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
org.springframework.web.reactive.result.view.freemarker |
Support classes for the integration of
FreeMarker
as Spring web view technology.
|
org.springframework.web.reactive.result.view.script |
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
|
org.springframework.web.reactive.socket.server |
Server support for WebSocket interactions.
|
org.springframework.web.reactive.socket.server.support |
Server-side support classes for WebSocket requests.
|
org.springframework.web.reactive.socket.server.upgrade |
Holds implementations of
RequestUpgradeStrategy . |
org.springframework.web.server |
Core interfaces and classes for Spring's generic, reactive web support.
|
org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler . |
org.springframework.web.server.handler |
Provides common WebHandler implementations and a
WebHandlerDecorator . |
org.springframework.web.server.i18n |
Locale related support classes.
|
org.springframework.web.server.session |
Auxiliary interfaces and implementation classes for
WebSession support. |
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
WebFilter
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.
|
WebHandler
Contract to handle a web request.
|
Class and Description |
---|
ResponseStatusException
Base class for exceptions associated with specific HTTP response status codes.
|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
ServerWebInputException
Exception for errors that fit response status 400 (bad request) for use in
Spring Web applications.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebFilter
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.
|
WebFilterChain
Contract to allow a
WebFilter to delegate to the next in the chain. |
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebFilter
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.
|
WebFilterChain
Contract to allow a
WebFilter to delegate to the next in the chain. |
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebHandler
Contract to handle a web request.
|
Class and Description |
---|
NotAcceptableStatusException
Exception for errors that fit response status 406 (not acceptable).
|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
|
WebFilter
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.
|
WebHandler
Contract to handle a web request.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebHandler
Contract to handle a web request.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
ServerWebInputException
Exception for errors that fit response status 400 (bad request) for use in
Spring Web applications.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ResponseStatusException
Base class for exceptions associated with specific HTTP response status codes.
|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
ServerWebExchange.Builder
Builder for mutating an existing
ServerWebExchange . |
WebFilterChain
Contract to allow a
WebFilter to delegate to the next in the chain. |
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
|
WebFilter
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.
|
WebHandler
Contract to handle a web request.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
|
WebFilter
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.
|
WebFilterChain
Contract to allow a
WebFilter to delegate to the next in the chain. |
WebHandler
Contract to handle a web request.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
Class and Description |
---|
ServerWebExchange
Contract for an HTTP request-response interaction.
|
WebSession
Main contract for using a server-side session that provides access to session
attributes across HTTP requests.
|
Class and Description |
---|
ResponseStatusException
Base class for exceptions associated with specific HTTP response status codes.
|