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 TypeClassDescriptionclassHandlerAdapterimplementation 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 TypeClassDescriptionclassSupports the invocation of@RequestMappinghandler 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 TypeClassDescriptionclassHandlerAdapterthat allowsDispatcherHandlerto support handlers of typeWebSocketHandlerwith such handlers mapped to URL patterns viaSimpleUrlHandlerMapping.