Package | Description |
---|---|
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.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. |
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 |
---|
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.
|