@ -69,6 +69,12 @@ public class ConcurrentWebSocketSessionDecorator extends WebSocketSessionDecorat
@@ -69,6 +69,12 @@ public class ConcurrentWebSocketSessionDecorator extends WebSocketSessionDecorat
@ -109,9 +107,14 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -109,9 +107,14 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
Assert.notNull(clientInboundChannel,"ClientInboundChannel must not be null");
Assert.notNull(clientOutboundChannel,"ClientOutboundChannel must not be null");
Assert.notNull(clientInboundChannel,"Inbound MessageChannel must not be null");
Assert.notNull(clientOutboundChannel,"Outbound MessageChannel must not be null");
this.clientInboundChannel=clientInboundChannel;
this.clientOutboundChannel=clientOutboundChannel;
}
@ -125,7 +128,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -125,7 +128,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@ -134,7 +137,6 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -134,7 +137,6 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@ -174,7 +176,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -174,7 +176,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@ -187,23 +189,44 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -187,23 +189,44 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@ -221,14 +244,6 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -221,14 +244,6 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@ -262,6 +277,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,
@@ -262,6 +277,7 @@ public class SubProtocolWebSocketHandler implements WebSocketHandler,