Uses of Interface
org.springframework.web.reactive.HandlerAdapter
Packages that use HandlerAdapter Package Description org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.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.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.reactive.socket.server.support 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 HandlerAdapter Modifier and Type Class Description classHandlerFunctionAdapterHandlerAdapterimplementation that supportsHandlerFunctions.Uses of HandlerAdapter in org.springframework.web.reactive.result
Classes in org.springframework.web.reactive.result that implement HandlerAdapter Modifier and Type Class Description classSimpleHandlerAdapterUses of HandlerAdapter in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement HandlerAdapter Modifier and Type Class Description classRequestMappingHandlerAdapterSupports 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 HandlerAdapter Modifier and Type Class Description classWebSocketHandlerAdapterHandlerAdapterthat allows using aWebSocketHandlerwith the genericDispatcherHandlermapping URLs directly to such handlers.