Class TomcatWebSocketClient
java.lang.Object
org.springframework.web.reactive.socket.client.StandardWebSocketClient
org.springframework.web.reactive.socket.client.TomcatWebSocketClient
- All Implemented Interfaces:
WebSocketClient
WebSocketClient
implementation for use with Tomcat,
based on the Jakarta WebSocket API.- Since:
- 5.0
- Author:
- Violeta Georgieva
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected StandardWebSocketSession
createWebSocketSession
(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) Create theStandardWebSocketSession
for the given Jakarta WebSocket Session.Methods inherited from class org.springframework.web.reactive.socket.client.StandardWebSocketClient
bufferFactory, createEndpointConfig, execute, execute, getWebSocketContainer
-
Constructor Details
-
TomcatWebSocketClient
public TomcatWebSocketClient() -
TomcatWebSocketClient
-
-
Method Details
-
createWebSocketSession
protected StandardWebSocketSession createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) Description copied from class:StandardWebSocketClient
Create theStandardWebSocketSession
for the given Jakarta WebSocket Session.- Overrides:
createWebSocketSession
in classStandardWebSocketClient
- See Also:
-