spring-framework / org.springframework.web.reactive.socket.server.support / WebSocketHandlerAdapter / <init>

<init>

WebSocketHandlerAdapter()

Default constructor that creates and uses a HandshakeWebSocketService.

WebSocketHandlerAdapter(webSocketService: WebSocketService)

Alternative constructor with the WebSocketService to use.