Package | Description |
---|---|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
org.springframework.web.reactive.socket.client |
Client support for WebSocket interactions.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatWebSocketSession
Spring
WebSocketSession adapter for Tomcat's
Session . |
Constructor and Description |
---|
StandardWebSocketHandlerAdapter(WebSocketHandler handler,
Function<Session,StandardWebSocketSession> sessionFactory) |
Modifier and Type | Method and Description |
---|---|
protected StandardWebSocketSession |
TomcatWebSocketClient.createWebSocketSession(Session session,
HandshakeInfo info,
reactor.core.publisher.Sinks.Empty<Void> completionSink) |
protected StandardWebSocketSession |
StandardWebSocketClient.createWebSocketSession(Session session,
HandshakeInfo info,
reactor.core.publisher.Sinks.Empty<Void> completionSink) |