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: src/main/java/org/java_websocket/server/WebSocketServer.java
+26-15Lines changed: 26 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -195,13 +195,13 @@ public void start() {
195
195
* If this method is called before the server is started it will never start.
196
196
*
197
197
* @param timeout
198
-
* Specifies how many milliseconds shall pass between initiating the close handshakes with the connected clients and closing the servers socket channel.
198
+
* Specifies how many milliseconds the overall close handshaking may take altogether before the connections are closed without proper close handshaking.<br>
199
199
*
200
200
* @throws IOException
201
201
* When {@link ServerSocketChannel}.close throws an IOException
0 commit comments