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 SummaryConstructorsConstructorDescriptionTomcatWebSocketClient(jakarta.websocket.WebSocketContainer webSocketContainer) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StandardWebSocketSessioncreateWebSocketSession(jakarta.websocket.Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) Create theStandardWebSocketSessionfor the given Jakarta WebSocket Session.Methods inherited from class StandardWebSocketClientbufferFactory, createEndpointConfig, execute, execute, getWebSocketContainer
- 
Constructor Details- 
TomcatWebSocketClientpublic TomcatWebSocketClient()
- 
TomcatWebSocketClientpublic TomcatWebSocketClient(jakarta.websocket.WebSocketContainer webSocketContainer) 
 
- 
- 
Method Details- 
createWebSocketSessionprotected StandardWebSocketSession createWebSocketSession(jakarta.websocket.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:
 
 
-