See: Description
Class | Description |
---|---|
HandshakeWebSocketService |
WebSocketService implementation that handles a WebSocket HTTP
handshake request by delegating to a RequestUpgradeStrategy which
is either auto-detected (no-arg constructor) from the classpath but can
also be explicitly configured. |
WebSocketHandlerAdapter |
HandlerAdapter that allows using a WebSocketHandler with the
generic DispatcherHandler mapping URLs directly to such handlers. |