We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcfc967 + 118b933 commit cad989dCopy full SHA for cad989d
src/main/example/ExampleClient.java
@@ -62,7 +62,7 @@ public void onMessage(String message) {
62
63
@Override
64
public void onClose(int code, String reason, boolean remote) {
65
- // The codecodes are documented in class org.java_websocket.framing.CloseFrame
+ // The close codes are documented in class org.java_websocket.framing.CloseFrame
66
System.out.println(
67
"Connection closed by " + (remote ? "remote peer" : "us") + " Code: " + code + " Reason: "
68
+ reason);
@@ -80,4 +80,4 @@ public static void main(String[] args) throws URISyntaxException {
80
c.connect();
81
}
82
83
-}
+}
0 commit comments