Uses of Package
org.springframework.web.reactive
Packages that use org.springframework.web.reactive Package Description org.springframework.web.reactive Top-level package for thespring-webflux
module that containsDispatcherHandler
, 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.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.server
package.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.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.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.socket.server.support Server-side support classes for WebSocket requests.Classes in org.springframework.web.reactive used by org.springframework.web.reactive Class Description BindingContext Context to assist with binding request data onto Objects and provide access to a sharedModel
with controller-specific attributes.HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.HandlerResult Represent the result of the invocation of a handler or a handler method.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.config Class Description DispatcherHandler Central dispatcher for HTTP request handlers/controllers.HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.function.server.support Class Description HandlerAdapter Contract that decouples theDispatcherHandler
from the details of invoking a handler and makes it possible to support any handler type.HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.HandlerResult Represent the result of the invocation of a handler or a handler method.HandlerResultHandler Process theHandlerResult
, usually returned by anHandlerAdapter
.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.handler Class Description HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.result Class Description HandlerAdapter Contract that decouples theDispatcherHandler
from the details of invoking a handler and makes it possible to support any handler type.HandlerResult Represent the result of the invocation of a handler or a handler method.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.result.method Class Description BindingContext Context to assist with binding request data onto Objects and provide access to a sharedModel
with controller-specific attributes.HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.HandlerResult Represent the result of the invocation of a handler or a handler method.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.result.method.annotation Class Description BindingContext Context to assist with binding request data onto Objects and provide access to a sharedModel
with controller-specific attributes.HandlerAdapter Contract that decouples theDispatcherHandler
from the details of invoking a handler and makes it possible to support any handler type.HandlerMapping Interface to be implemented by objects that define a mapping between requests and handler objects.HandlerResult Represent the result of the invocation of a handler or a handler method.HandlerResultHandler Process theHandlerResult
, usually returned by anHandlerAdapter
.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.result.view Class Description HandlerResult Represent the result of the invocation of a handler or a handler method.HandlerResultHandler Process theHandlerResult
, usually returned by anHandlerAdapter
.Classes in org.springframework.web.reactive used by org.springframework.web.reactive.socket.server.support Class Description HandlerAdapter Contract that decouples theDispatcherHandler
from the details of invoking a handler and makes it possible to support any handler type.HandlerResult Represent the result of the invocation of a handler or a handler method.