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: reactivesocket-jsr-356/src/main/java/io/reactivesocket/javax/websocket/client/WebSocketReactiveSocketConnector.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
importjava.util.function.Consumer;
32
32
33
33
/**
34
-
* An implementation of {@link ReactiveSocketFactory} that creates JSR-356 WebSocket ReactiveSockets.
34
+
* An implementation of {@link ReactiveSocketConnector} that creates JSR-356 WebSocket ReactiveSockets.
Copy file name to clipboardExpand all lines: reactivesocket-netty/src/main/java/io/reactivesocket/netty/websocket/client/WebSocketReactiveSocketConnector.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
importjava.util.function.Consumer;
32
32
33
33
/**
34
-
* An implementation of {@link ReactiveSocketFactory} that creates Netty WebSocket ReactiveSockets.
34
+
* An implementation of {@link ReactiveSocketConnector} that creates Netty WebSocket ReactiveSockets.
0 commit comments