Skip to content

Reactive WebSocket adapter layer [SPR-14527] #19096

@spring-projects-issues

Description

@spring-projects-issues

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:

1 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions