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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StandardWebSocketSessioncreateWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) Create theStandardWebSocketSessionfor the given Jakarta WebSocket Session.Methods inherited from class org.springframework.web.reactive.socket.client.StandardWebSocketClientbufferFactory, createEndpointConfig, execute, execute, getWebSocketContainer
- 
Constructor Details- 
TomcatWebSocketClientpublic TomcatWebSocketClient()
- 
TomcatWebSocketClient
 
- 
- 
Method Details- 
createWebSocketSessionprotected StandardWebSocketSession createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) Description copied from class:StandardWebSocketClientCreate theStandardWebSocketSessionfor the given Jakarta WebSocket Session.- Overrides:
- createWebSocketSessionin class- StandardWebSocketClient
- See Also:
 
 
-