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-webflux/src/main/java/org/springframework/web/reactive/socket/client/ReactorNettyWebSocketClient.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public ReactorNettyWebSocketClient() {
67
67
68
68
/**
69
69
* Constructor that accepts an existing {@link HttpClient} builder
70
-
* with a default {@link WebsocketClientSpec.Builder}.
70
+
* with a default {@link reactor.netty.http.client.WebsocketClientSpec.Builder}.
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/ReactorNettyRequestUpgradeStrategy.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public class ReactorNettyRequestUpgradeStrategy implements RequestUpgradeStrateg
53
53
54
54
55
55
/**
56
-
* Create an instances with a default {@link WebsocketServerSpec.Builder}.
56
+
* Create an instances with a default {@link reactor.netty.http.server.WebsocketServerSpec.Builder}.
57
57
* @since 5.2.6
58
58
*/
59
59
publicReactorNettyRequestUpgradeStrategy() {
@@ -62,7 +62,7 @@ public ReactorNettyRequestUpgradeStrategy() {
62
62
63
63
64
64
/**
65
-
* Create an instance with a pre-configured {@link WebsocketServerSpec.Builder}
65
+
* Create an instance with a pre-configured {@link reactor.netty.http.server.WebsocketServerSpec.Builder}
0 commit comments