We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790be9a commit 8145fa0Copy full SHA for 8145fa0
src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java
@@ -9,6 +9,7 @@
9
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer;
10
import org.springframework.web.socket.config.annotation.WebSocketTransportRegistration;
11
import org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory;
12
+import org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor;
13
14
import com.oronaminc.join.websocket.handshake.CustomHandshakeHandler;
15
import com.oronaminc.join.websocket.session.CustomWebSocketHandlerDecorator;
0 commit comments