Package | Description |
---|---|
org.springframework.web.reactive.function.server.support |
Classes supporting the
org.springframework.web.reactive.function.server package. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerFunctionAdapter
HandlerAdapter implementation that supports HandlerFunctions . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleHandlerAdapter
|
Modifier and Type | Class and Description |
---|---|
class |
RequestMappingHandlerAdapter
Supports the invocation of
@RequestMapping
handler methods. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketHandlerAdapter
HandlerAdapter that allows using a WebSocketHandler with the
generic DispatcherHandler mapping URLs directly to such handlers. |