-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Rossen Stoyanchev opened SPR-14527 and commented
A reactive equivalent of WebSocketHandler along with request upgrade support and adapters.
The JSR-356 WebSocket Session has an async send with a callback for the result which can be translated into basic backpressure sending messages one at at time. No other options like isReady in the Servlet 3.1 non-blocking I/O. Also no options for flow control on the input side as far as I can see.
Jetty looks to be similar although there may be some extension hooks.
Affects: 5.0 M1
Issue Links:
- Expose asynchronous message sending in WebSocketSession [SPR-14099] #18671 Expose asynchronous message sending in WebSocketSession
1 votes, 4 watchers
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement