Uses of Interface
org.springframework.web.reactive.HandlerAdapter
Packages that use HandlerAdapter
Package
Description
Classes supporting the
org.springframework.web.reactive.function.server
package.Support for various programming model styles including the invocation of
different types of handlers, e.g.
Infrastructure for annotation-based handler method processing.
Server-side support classes for WebSocket requests.
-
Uses of HandlerAdapter in org.springframework.web.reactive.function.server.support
Classes in org.springframework.web.reactive.function.server.support that implement HandlerAdapterModifier and TypeClassDescriptionclass
HandlerAdapter
implementation that supportsHandlerFunctions
. -
Uses of HandlerAdapter in org.springframework.web.reactive.result
Classes in org.springframework.web.reactive.result that implement HandlerAdapterModifier and TypeClassDescriptionclass
-
Uses of HandlerAdapter in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement HandlerAdapterModifier and TypeClassDescriptionclass
Supports the invocation of@RequestMapping
handler methods. -
Uses of HandlerAdapter in org.springframework.web.reactive.socket.server.support
Classes in org.springframework.web.reactive.socket.server.support that implement HandlerAdapterModifier and TypeClassDescriptionclass
HandlerAdapter
that allowsDispatcherHandler
to support handlers of typeWebSocketHandler
with such handlers mapped to URL patterns viaSimpleUrlHandlerMapping
.