接口的使用
org.springframework.web.reactive.HandlerAdapter
使用HandlerAdapter的程序包 程序包 说明 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. annotated controller vs simple WebHandler, including the handling of handler result values, 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.org.springframework.web.reactive.function.server.support中HandlerAdapter的使用
实现HandlerAdapter的org.springframework.web.reactive.function.server.support中的类 修饰符和类型 类 说明 classHandlerFunctionAdapterHandlerAdapterimplementation that supportsHandlerFunctions.org.springframework.web.reactive.result中HandlerAdapter的使用
实现HandlerAdapter的org.springframework.web.reactive.result中的类 修饰符和类型 类 说明 classSimpleHandlerAdapterorg.springframework.web.reactive.result.method.annotation中HandlerAdapter的使用
实现HandlerAdapter的org.springframework.web.reactive.result.method.annotation中的类 修饰符和类型 类 说明 classRequestMappingHandlerAdapterSupports the invocation of@RequestMappinghandler methods.org.springframework.web.reactive.socket.server.support中HandlerAdapter的使用
实现HandlerAdapter的org.springframework.web.reactive.socket.server.support中的类 修饰符和类型 类 说明 classWebSocketHandlerAdapterHandlerAdapterthat allows using aWebSocketHandlerwith the genericDispatcherHandlermapping URLs directly to such handlers.