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.
2 parents 63cd18c + e9fdf79 commit f4a4375Copy full SHA for f4a4375
src/main/java/com/oronaminc/join/websocket/config/WebSocketConfig.java
@@ -9,7 +9,6 @@
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