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) Methods inherited from class org.springframework.web.reactive.socket.client.StandardWebSocketClientbufferFactory, execute, execute, getWebSocketContainer
- 
Constructor Details- 
TomcatWebSocketClientpublic TomcatWebSocketClient()
- 
TomcatWebSocketClient
 
- 
- 
Method Details- 
createWebSocketSessionprotected StandardWebSocketSession createWebSocketSession(Session session, HandshakeInfo info, reactor.core.publisher.Sinks.Empty<Void> completionSink) - Overrides:
- createWebSocketSessionin class- StandardWebSocketClient
 
 
-