Skip to content

JDK HttpClient WebSocket integration with WebSocketClient [SPR-16471] #21016

Open
@spring-projects-issues

Description

@spring-projects-issues

Rossen Stoyanchev opened SPR-16471 and commented

The JDK HttpClient documentation shows there is also a WebSocket client in the same package. Along the same lines as #21014 we need to try it now and aim to integrate with JDK 11 for 5.2.

At present, unlike HttpClient, the WebClient API does not explicitly expose Reactive Streams contracts. It does however provide flow control on the reading side where you must first request the number of messages to receive. On the writing side it's sending one message at a time with a CompletableFuture notification.


Affects: 5.0.3

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions