You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/server/support/WebSocketHttpRequestHandler.java
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
* {@link HttpServletResponse} to {@link ServerHttpRequest} and {@link ServerHttpResponse}
50
50
* respectively.
51
51
*
52
-
* <p>The {@link #decorateWebSocketHandler(WebSocketHandler)} method decorates the given
52
+
* <p>The {@link #applyDefaultDecorators(WebSocketHandler)} method decorates the given
53
53
* WebSocketHandler with a logging and exception handling decorators. This method can
54
54
* be overridden to change that.
55
55
*
@@ -69,10 +69,10 @@ public WebSocketHttpRequestHandler(WebSocketHandler webSocketHandler) {
0 commit comments