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.
1 parent 05d2e2e commit e98bd15Copy full SHA for e98bd15
README.markdown
@@ -83,7 +83,7 @@ connections though HTTP. After that it's up to **your** subclass to add purpose.
83
Writing your own WebSocket Client
84
---------------------------------
85
86
-The `org.java_websocket.server.WebSocketClient` abstract class can connect to
+The `org.java_websocket.client.WebSocketClient` abstract class can connect to
87
valid WebSocket servers. The constructor expects a valid `ws://` URI to
88
connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
89
get fired throughout the life of the WebSocketClient, and must be implemented
0 commit comments