You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebFlux includes reactive WebSocket client and server support. Both client and server are supported on the Java WebSocket API (JSR-356), Jetty, Undertow, Reactor Netty, and RxNetty.
On the server side, declare a WebSocketHandlerAdapter and then simply add mappings to WebSocketHandler
The text was updated successfully, but these errors were encountered:
http://docs.spring.io/spring-framework/docs/5.0.0.BUILD-SNAPSHOT/spring-framework-reference/html/web-reactive.html#web-reactive-websocket-support
WebFlux includes reactive WebSocket client and server support. Both client and server are supported on the Java WebSocket API (JSR-356), Jetty, Undertow, Reactor Netty, and RxNetty.
On the server side, declare a WebSocketHandlerAdapter and then simply add mappings to WebSocketHandler
The text was updated successfully, but these errors were encountered: